diff options
| author | historia <[not public]> | 2026-08-03 16:18:17 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-08-03 16:19:25 -0400 |
| commit | f2c4a58727169a03b8102704888d1579d26b28c8 (patch) | |
| tree | a334f9cd37b3c7521c11d266d797b208dac4f3be /internal/game/render_help.go | |
| parent | 612e429de438821ae8e099d6b54f87c11ff6c1b5 (diff) | |
| download | thehouseoficarus-f2c4a58727169a03b8102704888d1579d26b28c8.tar.gz | |
feat: multiplayer baccarat game
Diffstat (limited to 'internal/game/render_help.go')
| -rw-r--r-- | internal/game/render_help.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/render_help.go b/internal/game/render_help.go index afd5b86..4a283d1 100644 --- a/internal/game/render_help.go +++ b/internal/game/render_help.go @@ -54,7 +54,7 @@ var commandList = []cmdEntry{ {"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"}, + {"bet", "Active", "Place a casino wager (e.g. bet 100 on banker)"}, {"autobet / autospin", "Active", "Automatically repeat a casino wager"}, {"spin", "Active", "Spin the current casino wager"}, {"hit / stand / double / split", "Active", "Play a blackjack hand"}, |
