- Magic 2010: Combat Damages don't go on the stack anymore - Comp rules: "goes to graveyard" effects don't go on the stack anymore - Regenerate "fixed" (untested) - Basic "ReplacementEffect" mechanism for damage prevention. Can be extended to other replacement effects with some limits. - TODO: Damages don't go on the stack, the abilities that create them do.
29 lines
358 B
Plaintext
29 lines
358 B
Plaintext
#Testing circle of protection (black) with a lord of the pit attack
|
|
[INIT]
|
|
COMBATATTACKERS
|
|
[PLAYER1]
|
|
inplay:1166
|
|
[PLAYER2]
|
|
inplay:1335,plains
|
|
[DO]
|
|
1166
|
|
next
|
|
#blockers
|
|
plains
|
|
1335
|
|
1166
|
|
next
|
|
#damage
|
|
next
|
|
#combatend
|
|
[ASSERT]
|
|
COMBATEND
|
|
[PLAYER1]
|
|
inplay:1166
|
|
manapool:{0}
|
|
life:20
|
|
[PLAYER2]
|
|
inplay:1335,plains
|
|
manapool:{0}
|
|
life:20
|
|
[END] |