diff --git a/TODO.md b/TODO.md index 13bc241..fb669bd 100644 --- a/TODO.md +++ b/TODO.md @@ -23,7 +23,7 @@ - [x] Check against the rules on pi-rat hand size and conditions for drawing more cards - [x] Assisting other pi-rats should only be available if there are multiple obstacles in the current challenge - [x] Checking off personal objectives (gat/name/death) should be handled by group vote rather than adjudication by the deep -- [ ] Double check if PvP obstacles should allow card re-draw +- [x] Double check if PvP obstacles should allow card re-draw — only the defender, on a suit-color match (including failure). ## Unknown - need to clarify what these mean diff --git a/frontend/src/components/scene/ChallengePanel.svelte b/frontend/src/components/scene/ChallengePanel.svelte index 95fa436..64424cd 100644 --- a/frontend/src/components/scene/ChallengePanel.svelte +++ b/frontend/src/components/scene/ChallengePanel.svelte @@ -173,7 +173,7 @@ {#if myPvpDefense && myPvpDefense.id === ch.id}
Defend yourself! Pick a card:
+Defend yourself! Match the Obstacle’s color to draw a replacement, even if you lose:
Challenge them (e.g. for the Captaincy)! Your card becomes a temporary Obstacle they must beat. Both cards are discarded afterwards.
+Challenge them (e.g. for the Captaincy)! Your card becomes a temporary Obstacle they must beat. Both cards are discarded afterwards. Only the defender draws a replacement, if their card matches the Obstacle’s color (even on failure).