From 5b9a75a1520a198c9c6b1f1f55e05c9f4aab5629 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 22 Jun 2026 04:24:11 -0400 Subject: feat: map now only reveals with exploration. players can set custom map symbols. --- internal/game/cmd_registry.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/game/cmd_registry.go') diff --git a/internal/game/cmd_registry.go b/internal/game/cmd_registry.go index 381f34d..fe3d90a 100644 --- a/internal/game/cmd_registry.go +++ b/internal/game/cmd_registry.go @@ -60,6 +60,7 @@ var commandRegistry = map[string]commandDef{ "prompt": {(*Game).executePrompt, ClassInstant}, "exits": {(*Game).executeExits, ClassInstant}, "map": {(*Game).executeMap, ClassInstant}, + "symbol": {(*Game).executeSymbol, ClassInstant}, "queued": {(*Game).executeQueued, ClassInstant}, "help": {(*Game).executeHelp, ClassInstant}, "mine": {(*Game).executeGather, ClassActive}, -- cgit v1.2.3