diff --git a/projects/mtg/bin/Res/sets/MRQ/_cards.dat b/projects/mtg/bin/Res/sets/MRQ/_cards.dat index c275b03ae..fe4bb3093 100644 --- a/projects/mtg/bin/Res/sets/MRQ/_cards.dat +++ b/projects/mtg/bin/Res/sets/MRQ/_cards.dat @@ -758,8 +758,8 @@ abilities=trample text=Target noncreature artifact becomes an artifact creature with power and toughness each equal to its converted mana cost until end of turn. (It retains its abilities.) id=19573 name=Karn's Touch -target=artifact(-creature) -auto=becomes(creature,manacost/manacost) +target=artifact[-creature] +auto=becomes(Creature,manacost/manacost) rarity=R mana={U}{U} type=Instant diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index cf47b939a..d764f7e1b 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -200,6 +200,7 @@ hannas_custody.txt harpoon_sniper.txt hellfire.txt holy_day_i226.txt +hopping_automaton_i232.txt howl_from_beyond.txt howl_of_the_night_pack.txt hurricane.txt diff --git a/projects/mtg/bin/Res/test/bugs/karns_touch_i233.txt b/projects/mtg/bin/Res/test/bugs/karns_touch_i233.txt new file mode 100644 index 000000000..b9ce5f829 --- /dev/null +++ b/projects/mtg/bin/Res/test/bugs/karns_touch_i233.txt @@ -0,0 +1,25 @@ +#NAME: Karn's Touch +#DESC: Bug: Karn's Touch either has no +#DESC: effect, or the effect is gets +#DESC: reverted immediately. +#DESC: See http://code.google.com/p/wagic/issues/detail?id=233 +[INIT] +firstmain +[PLAYER1] +hand:Karn's Touch,Swords to Plowshares +inplay:Jayemdae Tome +manapool:{U}{U}{W} +[PLAYER2] +[DO] +human +Karn's Touch +Jayemdae Tome +Swords to Plowshares +Jayemdae Tome +[ASSERT] +firstmain +[PLAYER1] +graveyard:Karn's Touch,Swords to Plowshares,Jayemdae Tome +life:24 +[PLAYER2] +[END] diff --git a/projects/mtg/bin/Res/test/hopping_automaton_i232.txt b/projects/mtg/bin/Res/test/hopping_automaton_i232.txt new file mode 100644 index 000000000..1abaee49b --- /dev/null +++ b/projects/mtg/bin/Res/test/hopping_automaton_i232.txt @@ -0,0 +1,27 @@ +#NAME: Hopping Automaton +#DESC: Hopping Automaton was reported +#DESC: to crash the game. +#DESC: Crash could not be reproduced. +#DESC: See http://code.google.com/p/wagic/issues/detail?id=232 +[INIT] +combatattackers +[PLAYER1] +inplay:Suntail Hawk +[PLAYER2] +inplay:Hopping Automaton +[DO] +Suntail Hawk +next +Hopping Automaton +choice 1 +Hopping Automaton +choice 0 +next +next +[ASSERT] +combatend +[PLAYER1] +graveyard:Suntail Hawk +[PLAYER2] +graveyard:Hopping Automaton +[END]