diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index 78aa4dc3d..a6ca2b3b5 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -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 diff --git a/projects/mtg/bin/Res/test/exaltedsourcekilled.txt b/projects/mtg/bin/Res/test/exaltedsourcekilled.txt new file mode 100644 index 000000000..4afa86071 --- /dev/null +++ b/projects/mtg/bin/Res/test/exaltedsourcekilled.txt @@ -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] \ No newline at end of file