Defer challenge redraws until resolution and limit card plays

This commit is contained in:
2026-09-04 19:28:20 -07:00
parent cf63ffed47
commit 8b67d78f25
6 changed files with 74 additions and 26 deletions
@@ -127,8 +127,8 @@
</p>
{:else}
<p class="info-text" style="margin-top: 0.5rem;">{state.obstacles.filter(o => chObstacleIds.includes(o.id)).length > 1
? 'Other Pi-Rats may assist. Assistants do not draw replacement cards.'
: 'Only the attempting Pi-Rat can play against this single Obstacle.'}</p>
? 'Other Pi-Rats may assist with one card each. Only the attempting Pi-Rat draws replacements after resolution.'
: 'Only the attempting Pi-Rat can play against this single Obstacle. Matching colors earn a replacement after resolution.'}</p>
<div class="challenge-obstacles">
{#each chObstacleIds as oid}
{@const obs = state.obstacles.find(o => o.id === oid)}