Added another test for 559 to verify cards like Halcyon Glaze works as specified.

Note this particular aspect of the "becomes" ability was not broken prior to the fix for 559.  This is a sanity check as it has nothing to do with color change. but tests ability changes due to "becomes" ability.

Issue: 559
This commit is contained in:
techdragon.nguyen@gmail.com
2010-12-13 16:58:37 +00:00
parent 448099825a
commit 2fdf538014
2 changed files with 38 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
########################
generic/attacks_each_turn.txt
generic/becomes_transform_i559.txt
generic/becomes_transform_i559_2.txt
generic/bushido_1.txt
generic/bushido_2.txt
generic/cycling.txt

View File

@@ -0,0 +1,37 @@
#NAME: Test becomes ability
#Test: verify that creature gets flying
#BUG: #559 Halcyon Glaze does not get flying from casting Grizzly Bears
# Cast Grizzly Bears with Halcyon Glaze and Moat in play
# Attack with Halcyon Glaze
# Cast Plummet on Halcyon Glaze
#This was reported in the forums as an issue. This just is a sanity check to make sure Becomes works as specified.
# see http://code.google.com/p/wagic/issues/detail?id=559
[INIT]
firstmain
[PLAYER1]
hand:plummet
inplay:Halcyon Glaze,Grizzly Bears,forest,island
manapool:{G}{G}{G}{G}
[PLAYER2]
inplay:Moat
[DO]
next
next
Halcyon Glaze
Grizzly Bears
next
next
next
forest
island
plummet
Halcyon Glaze
eot
[ASSERT]
firstmain
[PLAYER1]
graveyard:Halcyon Glaze,plummet
manapool={0}
inplay:island,forest,Grizzly Bears
[PLAYER2]
[END]