diff options
Diffstat (limited to 'internal/game/render_help.go')
| -rw-r--r-- | internal/game/render_help.go | 4 |
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"}, |
