From ff947737dc9d610f35ba527889171c4536174690 Mon Sep 17 00:00:00 2001 From: "wagic.the.homebrew@gmail.com" Date: Tue, 3 Nov 2009 07:30:14 +0000 Subject: [PATCH] Erwan - Fix symbiotic beasts in ONS. IMPORTANT NOTE: the trigger keyword is @movedTo, not @moved ;) --- projects/mtg/bin/Res/sets/ONS/_cards.dat | 10 +++++----- projects/mtg/bin/Res/test/_tests.txt | 1 + projects/mtg/bin/Res/test/symbiotic_wurm.txt | 15 +++++++++++++++ 3 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 projects/mtg/bin/Res/test/symbiotic_wurm.txt diff --git a/projects/mtg/bin/Res/sets/ONS/_cards.dat b/projects/mtg/bin/Res/sets/ONS/_cards.dat index c55855075..fc44fec94 100644 --- a/projects/mtg/bin/Res/sets/ONS/_cards.dat +++ b/projects/mtg/bin/Res/sets/ONS/_cards.dat @@ -806,8 +806,8 @@ rarity=R mana={2}{B} type=Creature subtype=Zombie Cleric -auto=@moved(this|graveyard) from(battlefield):token(Zombie,creature token Zombie, 2/2,black) -auto=@moved(other cleric|graveyard) from(battlefield):token(Zombie,creature token Zombie, 2/2,black) +auto=@movedTo(this|graveyard) from(battlefield):token(Zombie,creature token Zombie, 2/2,black) +auto=@movedTo(other cleric|graveyard) from(battlefield):token(Zombie,creature token Zombie, 2/2,black) power=2 toughness=2 [/card] @@ -991,7 +991,7 @@ rarity=U mana={4}{G}{G} type=Creature subtype=Insect Beast -auto=@moved(this|graveyard) from(battlefield):token(Insect,creature token insect, 1/1,green)*4 +auto=@movedTo(this|graveyard) from(battlefield):token(Insect,creature token insect, 1/1,green)*4 power=4 toughness=4 [/card] @@ -1003,7 +1003,7 @@ rarity=C mana={3}{G} type=Creature subtype=Elf -auto=@moved(this|graveyard) from(battlefield):token(Insect,creature token insect, 1/1,green)*2 +auto=@movedTo(this|graveyard) from(battlefield):token(Insect,creature token insect, 1/1,green)*2 power=2 toughness=2 [/card] @@ -1015,7 +1015,7 @@ rarity=R mana={5}{G}{G}{G} type=Creature subtype=Wurm -auto=@moved(this|graveyard) from(battlefield):token(Insect,creature token insect, 1/1,green)*7 +auto=@movedTo(this|graveyard) from(battlefield):token(Insect,creature token insect, 1/1,green)*7 power=7 toughness=7 [/card] diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index e9979b4f7..b90a86b98 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -235,6 +235,7 @@ steelclad_serpent2.txt stillmoon_cavalier.txt stronghold_discipline.txt sword_to_plowshares.txt +symbiotic_wurm.txt telekinetic_sliver.txt terror.txt terror2.txt diff --git a/projects/mtg/bin/Res/test/symbiotic_wurm.txt b/projects/mtg/bin/Res/test/symbiotic_wurm.txt new file mode 100644 index 000000000..ff92a9bda --- /dev/null +++ b/projects/mtg/bin/Res/test/symbiotic_wurm.txt @@ -0,0 +1,15 @@ +#Bug: two akron legionnaires on your side, non can attack +[INIT] +FIRSTMAIN +[PLAYER1] +hand:symbiotic wurm +manapool:{5}{G}{G}{G} +[PLAYER2] +[DO] +symbiotic wurm +[ASSERT] +FIRSTMAIN +[PLAYER1] +inplay:symbiotic wurm +[PLAYER2] +[END] \ No newline at end of file