Skip to content

Commit 7dcaa59

Browse files
committed
fix: make the highlighted limit more explicit in default strategy
1 parent cfc2066 commit 7dcaa59

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/balatrollm/strategies/default/GAMESTATE.md.jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ You have to select the Boss Blind to continue.
111111
## Current Hand
112112

113113
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).**
115+
115116
{% for c in G.hand.cards %}
116117
{%- if c.facing == "front" %}
117118
{%- if c.ability.name == "Stone Card" %}

0 commit comments

Comments
 (0)