aboutsummaryrefslogtreecommitdiff
path: root/internal/game/render_help.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-31 17:44:10 -0400
committerhistoria <[not public]>2026-07-31 17:44:10 -0400
commitf51424c90dbce7191a31b6e675818c985f0f4539 (patch)
treea7845a2e09bd6e83d2d034f5e702a4940f38126a /internal/game/render_help.go
parent58758d41488a777d2bc0e787be655363bdd9eb60 (diff)
downloadthehouseoficarus-f51424c90dbce7191a31b6e675818c985f0f4539.tar.gz
feat: casino framework and basic slot machine
Diffstat (limited to 'internal/game/render_help.go')
-rw-r--r--internal/game/render_help.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/game/render_help.go b/internal/game/render_help.go
index 7b7efa2..8af3096 100644
--- a/internal/game/render_help.go
+++ b/internal/game/render_help.go
@@ -53,6 +53,10 @@ var commandList = []cmdEntry{
{"jack / jackin", "Active", "Jack into a terminal (Hacking)"},
{"look / l", "Instant", "Look around or examine things"},
{"map", "Instant", "Display an ASCII map of the area"},
+ {"play", "Active", "Join a casino game in the current room"},
+ {"bet", "Active", "Place a casino wager"},
+ {"autobet / autospin", "Active", "Automatically repeat a casino wager"},
+ {"spin", "Active", "Spin the current casino wager"},
{"mine", "Active", "Mine rocks (Mining)"},
{"mix", "Active", "Mix potions (Pharmacy)"},
{"mods / modlist", "Instant", "List available science modules"},