-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
18 lines
253 B
Plaintext
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] |