- Fix a bug when a token would be removed from game while being an attacker or a blocker. Potentially fix issue 42
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-10-16 14:41:27 +00:00
parent cdd8c4579e
commit 8c50e71b33
4 changed files with 73 additions and 2 deletions
+26
View File
@@ -0,0 +1,26 @@
#Testing Combat Damage
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:grizzly bears
[PLAYER2]
inplay:mountain
hand:shock
[DO]
grizzly bears
next
#blockers
mountain
shock
grizzly bears
next
#end
[ASSERT]
COMBATEND
[PLAYER1]
graveyard:grizzly bears
[PLAYER2]
graveyard:shock
inplay:mountain
life:20
[END]