From 5af7de61d0bdd623b727290eb1453d42181d653f Mon Sep 17 00:00:00 2001 From: Anthony Calosa Date: Sat, 29 Aug 2015 09:35:51 +0800 Subject: [PATCH] Added test for power toughness modifier soul warden must be sent to graveyard due to last gasp before tundra wolves resolves and put onto the battlefield. --- projects/mtg/bin/Res/test/PTInstant.txt | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 projects/mtg/bin/Res/test/PTInstant.txt diff --git a/projects/mtg/bin/Res/test/PTInstant.txt b/projects/mtg/bin/Res/test/PTInstant.txt new file mode 100644 index 000000000..437357e6d --- /dev/null +++ b/projects/mtg/bin/Res/test/PTInstant.txt @@ -0,0 +1,29 @@ +# BUG..cast tundra wolves with soul warden in play, kill soul warden with last gasp, you still get a life because the spell resolved +# first before Soul Warden goes to graveyard. +[INIT] +FIRSTMAIN +[PLAYER1] +hand:Tundra Wolves +manapool:{W} +inplay:Soul Warden +life:20 +[PLAYER2] +manapool:{B}{B} +hand:Last Gasp +[DO] +Tundra Wolves +no +yes +Last Gasp +Soul Warden +endinterruption +[ASSERT] +FIRSTMAIN +[PLAYER1] +graveyard:Soul Warden +inplay:Tundra Wolves +life:20 +[PLAYER2] +graveyard:Last Gasp +life:20 +[END]