Defer challenge redraws until resolution and limit card plays
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user