aboutsummaryrefslogtreecommitdiff
path: root/internal/game/render_help.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/render_help.go')
-rw-r--r--internal/game/render_help.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/render_help.go b/internal/game/render_help.go
index 798eadf..7b7efa2 100644
--- a/internal/game/render_help.go
+++ b/internal/game/render_help.go
@@ -56,7 +56,7 @@ var commandList = []cmdEntry{
{"mine", "Active", "Mine rocks (Mining)"},
{"mix", "Active", "Mix potions (Pharmacy)"},
{"mods / modlist", "Instant", "List available science modules"},
- {"north / south / east / west / up / down", "Active", "Move in a direction"},
+ {"north / south / east / west / ne / nw / se / sw / up / down", "Active", "Move in a direction"},
{"option / options", "Instant", "View or change settings"},
{"prompt", "Instant", "Set custom command prompt"},
{"pull / push", "Active", "Interact with objects"},