This commit is contained in:
omegablast2002@yahoo.com
2011-11-09 11:58:21 +00:00
parent ec66ecc101
commit 86fb600c96
2 changed files with 40 additions and 0 deletions

View File

@@ -291,6 +291,7 @@ evil_presence2.txt
evil_presence3.txt
evil_presence_i647.txt
evil_presence_i647_2.txt
exaltedsourcekilled.txt
explore.txt
Faceless_Butcher.txt
fangren_pathcutter.txt

View File

@@ -0,0 +1,39 @@
#check that ability ends at end of turn if source is killed
# see http://code.google.com/p/wagic/issues/detail?id=754
[INIT]
COMBATATTACKERS
[PLAYER1]
hand:shock
inplay:Sigiled Paladin,raging goblin,mountain
[PLAYER2]
[DO]
raging goblin
next
#blockers
next
#damage
next
#combat end
next
#second main
mountain
shock
Sigiled Paladin
eot
eot
goto combatattackers
raging goblin
next
#blockers
next
#damage
next
#combat end
[ASSERT]
COMBATEND
[PLAYER1]
inplay:raging goblin,mountain
graveyard:Shock,Sigiled Paladin
[PLAYER2]
life:17
[END]