Files
wagic/projects/mtg/bin/Res/test/bugs/instill_energy_i166.txt
T
Psyyringe ff008059e8 Psyringe - added test suite scripts for issues i163 to i168.
Also added two scripts that don't demonstrate bugs (apparently the bug reports that I used to write the scripts were either false or outdated). nevertheless it doesn't hurt to have these scripts in the test suite, it prevents us from breaking something for the respective cards in the future and not noticing it.

The script fear_i147.txt has been moved into the "generic" folder and added to the regular test sequence for the same reason.

Also fixed the script generic/tokens.txt. It was referencing The Hive once via name and once via ID. This caused problems when (unofficial) Beta edition _cards.dat was installed.
2009-11-08 21:34:24 +00:00

45 lines
861 B
Plaintext

#NAME: Instill Energy
#DESC: Instill Energy should allow
#DESC: tapped creatures to untap.
#DESC: See: http://code.google.com/p/wagic/issues/detail?id=166
[INIT]
firstmain
[PLAYER1]
inplay:Grizzly Bears,Swamp,Forest,Plains
hand:Instill Energy,Assassinate
manapool:{G}
[PLAYER2]
[DO]
Instill Energy
Grizzly Bears
next
next
Grizzly Bears
next
next
next
next
# Try to untap Grizzly Bears.
# Not sure whether this is supposed to work by
# clicking on the bears or on the aura, so we
# do both:
Instill Energy
Grizzly Bears
# Now try to cast Assassinate on them. This will
# only have an effect if the untapping failed.
Swamp
Forest
Plains
Assassinate
Grizzly Bears
[ASSERT]
firstmain
[PLAYER1]
inplay:Swamp,Forest,Plains,Grizzly Bears,Instill Energy
hand:Assassinate
graveyard:
manapool:{W}{B}{G}
[PLAYER2]
life:18
[END]