From a3ae1e6aad696f584d138d9363c05dedff136a65 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sun, 21 Jun 2026 22:19:17 -0400 Subject: feat: safespot system implemented --- internal/game/action.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/game/action.go') diff --git a/internal/game/action.go b/internal/game/action.go index d6ef1bc..9a07419 100644 --- a/internal/game/action.go +++ b/internal/game/action.go @@ -25,6 +25,7 @@ var verbAliases = map[string]string{ "ask": "talk", "steal": "steal", "thieve": "steal", + "hide": "safespot", } var verbSkill = map[string]string{ -- cgit v1.2.3