diff options
| author | historia <[not public]> | 2026-08-03 14:08:09 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-08-03 14:08:09 -0400 |
| commit | 612e429de438821ae8e099d6b54f87c11ff6c1b5 (patch) | |
| tree | ad6f9edf74339b9b50f9c7c2cd314ee7b6e04b2c /internal/game/render_help.go | |
| parent | f51424c90dbce7191a31b6e675818c985f0f4539 (diff) | |
| download | thehouseoficarus-612e429de438821ae8e099d6b54f87c11ff6c1b5.tar.gz | |
refactor: casino game slop refactor
Diffstat (limited to 'internal/game/render_help.go')
| -rw-r--r-- | internal/game/render_help.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/game/render_help.go b/internal/game/render_help.go index 8af3096..afd5b86 100644 --- a/internal/game/render_help.go +++ b/internal/game/render_help.go @@ -57,6 +57,8 @@ var commandList = []cmdEntry{ {"bet", "Active", "Place a casino wager"}, {"autobet / autospin", "Active", "Automatically repeat a casino wager"}, {"spin", "Active", "Spin the current casino wager"}, + {"hit / stand / double / split", "Active", "Play a blackjack hand"}, + {"insurance / surrender", "Active", "Use blackjack table options"}, {"mine", "Active", "Mine rocks (Mining)"}, {"mix", "Active", "Mix potions (Pharmacy)"}, {"mods / modlist", "Instant", "List available science modules"}, |
