You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/balatrollm/strategies/default/GAMESTATE.md.jinja
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,8 @@ You have to select the Boss Blind to continue.
111
111
## Current Hand
112
112
113
113
The current card count is {{ G.hand.config.card_count }} / {{ G.hand.config.card_limit }}
114
-
You can play or discard up to {{ G.hand.config.highlighted_limit }} cards.
114
+
**CRITICAL LIMIT: You can play or discard MAXIMUM {{ G.hand.config.highlighted_limit }} cards per action - NEVER MORE THAN {{ G.hand.config.highlighted_limit }} CARDS (this is an absolute game rule).**
0 commit comments