A reflected Lightning Blast ends the caster's turn on the spot (rev 28)
FAQ: 'If this gets FULLY REFLECTED, you lose the rest of your turn and cannot draw cards (in addition to damage).' When the returned bolt stuns its own caster mid-turn, their remaining actions end at once and the end-of-turn draw comes up empty (new turn.drawForbidden flag); the normal stun still costs them the next turn. The affected player sees 'Your own bolt has left you reeling' in place of the usual spent-turn slip. Older revisions played on and stored games replay so. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0138A8CjeQRpvzKxuMfz1Bqc
This commit is contained in:
co-authored by
Claude Fable 5
parent
67157ad3a2
commit
1d7407cb20
@@ -1587,7 +1587,11 @@
|
||||
</div>
|
||||
{/if}
|
||||
{#if actionsSpent}
|
||||
<div class="slip">Your spellwork is spent for this turn — all that remains is to draw and end it.</div>
|
||||
{#if view.turn.drawForbidden}
|
||||
<div class="slip urgent">Your own bolt has left you reeling — the rest of this turn is lost, and no cards come with it.</div>
|
||||
{:else}
|
||||
<div class="slip">Your spellwork is spent for this turn — all that remains is to draw and end it.</div>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{#if view.yourAmbushes.length > 0}
|
||||
|
||||
Reference in New Issue
Block a user