diff --git a/projects/mtg/bin/Res/sets/FUT/_cards.dat b/projects/mtg/bin/Res/sets/FUT/_cards.dat index a1b722d10..a67945eb9 100644 --- a/projects/mtg/bin/Res/sets/FUT/_cards.dat +++ b/projects/mtg/bin/Res/sets/FUT/_cards.dat @@ -305,7 +305,7 @@ id=126200 name=Scout's Warning mana={W} type=Instant -text=The next creature card you play this turn can be played as though it had flash. Draw a card. ## Will this work? +text=The next creature card you play this turn can be played as though it had flash. Draw a card. target=creature|myhand auto=flash auto=draw:1 diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index 7487d8a40..025772736 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -286,6 +286,7 @@ royal_assassin.txt safehold_duo.txt scourge_of_kher_ridges.txt scourge_of_kher_ridges2.txt +scouts_warning.txt sedge_sliver.txt seedcradle_witch.txt seismic_assault.txt diff --git a/projects/mtg/bin/Res/test/scouts_warning.txt b/projects/mtg/bin/Res/test/scouts_warning.txt new file mode 100644 index 000000000..f9b1828fa --- /dev/null +++ b/projects/mtg/bin/Res/test/scouts_warning.txt @@ -0,0 +1,28 @@ +#NAME: Scout's Warning +#DESC: "The next creature card you play this turn +#DESC: can be played as though it had flash. +#DESC: Draw a card." +#DESC: Note: Card isn't currently coded entirely correct, +#DESC: it requires you to target a creature in your hand, +#DESC: which then gains Flash. Once the card is coded +#DESC: correctly, the first "Savannah Lions" line in the +#DESC: DO stage should be removed. +[INIT] +combatattackers +[PLAYER1] +hand:Scout's Warning,Savannah Lions +library:Plains +manapool:{W}{W} +[PLAYER2] +[DO] +Scout's Warning +Savannah Lions +Savannah Lions +[ASSERT] +combatattackers +[PLAYER1] +inplay:Savannah Lions +graveyard:Scout's Warning +hand:Plains +[PLAYER2] +[END]