diff options
Diffstat (limited to 'building_guide')
| -rw-r--r-- | building_guide/rooms.md | 3 |
1 files changed, 2 insertions, 1 deletions
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 <amount>` 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 |
