From f2c4a58727169a03b8102704888d1579d26b28c8 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 3 Aug 2026 16:18:17 -0400 Subject: feat: multiplayer baccarat game --- internal/game/render_help.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/game/render_help.go') 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"}, -- cgit v1.2.3