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
This commit is contained in:
@@ -691,7 +691,7 @@ toughness=*
|
||||
[/card]
|
||||
[card]
|
||||
text=Whenever an opponent plays a spell, that player puts the top two cards of his or her library into his or her graveyard.
|
||||
auto=@movedTo(*[-land]|opponentstack):deplete:2 opponent
|
||||
auto=@movedTo(*|opponentstack):deplete:2 opponent
|
||||
id=175108
|
||||
name=Memory Erosion
|
||||
rarity=R
|
||||
|
||||
@@ -136,6 +136,7 @@ living_lands.txt
|
||||
lord_of_the_pit.txt
|
||||
lord_of_the_pit2.txt
|
||||
master_of_etherium.txt
|
||||
memory_erosion.txt
|
||||
millstone.txt
|
||||
#mind_rot.txt
|
||||
mobile_fort.txt
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
#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]
|
||||
Reference in New Issue
Block a user