From 86fb600c96504263ae91de7fa49e5697d18e1f15 Mon Sep 17 00:00:00 2001 From: "omegablast2002@yahoo.com" Date: Wed, 9 Nov 2011 11:58:21 +0000 Subject: [PATCH] --- projects/mtg/bin/Res/test/_tests.txt | 1 + .../mtg/bin/Res/test/exaltedsourcekilled.txt | 39 +++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 projects/mtg/bin/Res/test/exaltedsourcekilled.txt 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