- Activated abilities can now use the extra "myTurnOnly" keyword
- {0} Activated abilities should now work
- Fixed issue 166 (instill energy)
41 lines
740 B
Plaintext
41 lines
740 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.
|
|
Instill Energy
|
|
# Now try to cast Assassinate on them. This will
|
|
# only have an effect if the untapping failed.
|
|
Swamp
|
|
Forest
|
|
Plains
|
|
Assassinate
|
|
Grizzly Bears
|
|
[ASSERT]
|
|
secondmain
|
|
[PLAYER1]
|
|
inplay:Swamp,Forest,Plains,Grizzly Bears,Instill Energy
|
|
hand:Assassinate
|
|
graveyard:
|
|
manapool:{W}{B}{G}
|
|
[PLAYER2]
|
|
life:18
|
|
[END]
|