Files
wagic/projects/mtg/bin/Res/test/memory_erosion.txt
wagic.the.homebrew@gmail.com f5ddbd2396 Erwan
-Issue 31 fixed. Land and tokens don't use the stack anymore. Taking control of a card in opponent's battlefield doesn't trigger "spell cast" triggers either
2009-09-22 14:45:01 +00:00

18 lines
253 B
Plaintext

#Bug: Lands use thestack
[INIT]
FIRSTMAIN
[PLAYER1]
hand:plains
library:swamp,mountains
[PLAYER2]
inplay:memory erosion
[DO]
plains
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:plains
library:swamp,mountains
[PLAYER2]
inplay:memory erosion
[END]