diff options
| author | historia <[not public]> | 2026-06-21 02:26:57 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-21 02:26:57 -0400 |
| commit | e4bc2de6e6aa507044a6a75b4c1954974539a857 (patch) | |
| tree | 608f22548bf2b6a1a4b02bedad05ec7f3a3aa3f2 /internal/game/ui_help.go | |
| parent | c36c1dc0c65e65b4d6ee53df6bbcc3a860eb6e4b (diff) | |
| download | thehouseoficarus-e4bc2de6e6aa507044a6a75b4c1954974539a857.tar.gz | |
feat: combat health bar. color improvements.
Diffstat (limited to 'internal/game/ui_help.go')
| -rw-r--r-- | internal/game/ui_help.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/ui_help.go b/internal/game/ui_help.go index 151d1ba..ee8ad97 100644 --- a/internal/game/ui_help.go +++ b/internal/game/ui_help.go @@ -70,7 +70,7 @@ var commandList = []cmdEntry{ {"steal", "Active", "Steal from mobs (Thieving)"}, {"stoke", "Active", "Add logs to a fire"}, {"style", "Instant", "Change combat style"}, - {"talk / speak / ask", "Active", "Talk to NPCs"}, + {"talk / speak / ask", "Active", "Talk to mobs"}, {"tech", "Instant", "Toggle technology abilities"}, {"trigger", "Active", "Trigger a science module"}, {"unalias", "Instant", "Remove command shortcuts"}, |
