Erwan
-fixed bug with Rampant growth. Other cards that do the same kind of thing can now be coded
This commit is contained in:
@@ -125,6 +125,7 @@ plague_rats.txt
|
||||
protomatter_powder.txt
|
||||
pygmy_troll.txt
|
||||
pyroclasm.txt
|
||||
rampant_growth.txt
|
||||
recover.txt
|
||||
resurrection.txt
|
||||
righteous_cause.txt
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
#Bug:rampant growth does not tap target
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
library:island
|
||||
hand:rampant growth
|
||||
manapool:{1}{G}
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
rampant growth
|
||||
island
|
||||
island
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:island
|
||||
manapool:{0}
|
||||
graveyard:rampant growth
|
||||
[PLAYER2]
|
||||
[END]
|
||||
Reference in New Issue
Block a user