Open GoogleCodeExporter opened 9 years ago
Another example test using Biomass Mutation, Lifelace, Bad Moon and Black
Knight.
Have Black Knight, Bad Moon in play, cast Biomass Mutation with 3 green mana,
making Black Knight a 1/1 Black Knight. Turning it to green using Lifelace must
make it a 1/1 green Black Knight. Instead it dies from Bad Moon. but Bad Moon
ability was to add a 1/1 if its black creature, if its not then do nothing, not
remove a 1/1.
#sample layer of effects limitation.
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Black Knight,Bad Moon,Forest
hand:Biomass Mutation,Lifelace
manapool:{G}{G}{G}
[PLAYER2]
[DO]
Biomass Mutation
Forest
Lifelace
Black Knight
next
next
eot
next
next
next
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:*,*,*
graveyard:*,*
manapool:{0}
[END]
Original comment by anthonyc...@gmail.com
on 2 Apr 2013 at 6:46
i see, good repros on it. i see whats happening. it has to do with the layers
system and setting power and toughness.
the turn to frog resolves, it can no longer be targeted so the abilities layer
tries to remove the 1/1 it was giving it. causing it to die. this will have to
be something we look into after next release. to risky to fix right now.
Original comment by omegabla...@gmail.com
on 12 Apr 2013 at 9:47
Original comment by pank...@gmail.com
on 28 Sep 2013 at 12:00
Original issue reported on code.google.com by
anthonyc...@gmail.com
on 2 Apr 2013 at 6:18