From f4ea40c4b3589104dfaced3481ba19c5735889ae Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 5 Sep 2026 16:31:22 -0400 Subject: fix: max bet no longer listed numerically, non-bettors can leave mid-round --- building_guide/rooms.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'building_guide') diff --git a/building_guide/rooms.md b/building_guide/rooms.md index cf7aa37..4da4284 100644 --- a/building_guide/rooms.md +++ b/building_guide/rooms.md @@ -271,7 +271,8 @@ receive one card each with no further actions beyond a configured re-split. At a blackjack table, `bet` uses the configured minimum wager; `bet min`, `bet max`, and `bet ` select the wager explicitly. -Blackjack card art is loaded from `data/cards.yaml`. Each of the 52 rank/suit +Card art is loaded from `data/cards.yaml` and is shared by every card game +(blackjack, baccarat). Each of the 52 rank/suit keys may define Unicode art for sizes 5, 7, and 9. Missing art uses the generated renderer. Players can choose `option card_size 1`, `5`, `7`, or `9`; size 1 uses Unicode playing-card symbols. ASCII mode always uses generated -- cgit v1.2.3