aboutsummaryrefslogtreecommitdiff
path: root/internal/game/help.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-16 23:37:50 -0400
committerhistoria <[not public]>2026-06-16 23:37:50 -0400
commit389e307f205f9b7edf604fb9f86e1038ead736ef (patch)
tree595095b5877cc2b0513d31fb126303d8796cc311 /internal/game/help.go
parent085e728d22a3369bd110b77409914cfbe9ebe611 (diff)
downloadthehouseoficarus-389e307f205f9b7edf604fb9f86e1038ead736ef.tar.gz
feat: major xterm256 color overhaul, see worldbuilding docs.
Diffstat (limited to 'internal/game/help.go')
-rw-r--r--internal/game/help.go8
1 files changed, 5 insertions, 3 deletions
diff --git a/internal/game/help.go b/internal/game/help.go
index d3f34c3..f9d822c 100644
--- a/internal/game/help.go
+++ b/internal/game/help.go
@@ -6,8 +6,8 @@ import (
"path/filepath"
"strings"
- "thirdcollapse/internal/net"
- "thirdcollapse/internal/player"
+ "thehouseoficarus/internal/net"
+ "thehouseoficarus/internal/player"
"gopkg.in/yaml.v3"
)
@@ -29,6 +29,7 @@ var commandList = []cmdEntry{
{"burn", "Active", "Start a fire"},
{"chop / cut", "Active", "Chop trees (Woodcutting)"},
{"color / colors", "Instant", "Customize display colors"},
+ {"colortable", "Instant", "Display color reference chart"},
{"cook", "Active", "Cook raw food on a fire or range"},
{"description / desc", "Instant", "Set your character description"},
{"drop", "Active", "Drop items to the ground"},
@@ -44,6 +45,7 @@ var commandList = []cmdEntry{
{"mine", "Active", "Mine rocks (Mining)"},
{"north / south / east / west / up / down", "Active", "Move in a direction"},
{"option / options", "Instant", "View or change settings"},
+ {"prompt", "Instant", "Set custom command prompt"},
{"pull / push", "Active", "Toggle levers and switches"},
{"queued", "Instant", "Show pending tick actions"},
{"quit", "Active", "Rest and disconnect"},
@@ -52,7 +54,7 @@ var commandList = []cmdEntry{
{"score / sc", "Instant", "View your stats and skills"},
{"search", "Active", "Search items for loot"},
{"stoke", "Active", "Add logs to a fire"},
- {"style", "Free", "Change combat style"},
+ {"style", "Instant", "Change combat style"},
{"talk / speak / ask", "Active", "Talk to NPCs"},
{"unalias", "Instant", "Remove command shortcuts"},
{"use", "Active", "Use an object (crafting)"},