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
@@ -54,7 +54,7 @@ export interface Room {
|
||||
const rooms = new Map<string, Room>();
|
||||
|
||||
/** Rules revision new games are dealt under (stored games keep their own). */
|
||||
const RULES_REV = 27;
|
||||
const RULES_REV = 28;
|
||||
|
||||
const ROOM_CODE_ALPHABET = "ABCDEFGHJKLMNPQRSTUVWXYZ23456789";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user