J0N4TH4N - (PLC) updated, note: Pongify "target=creature
text=Destroy target creature. It can't be regenerated. That creature's controller puts a 3/3 green Ape creature token onto the battlefield. auto=bury && token(Ape,creature,3/3,green) targetcontroller" Doesn't work, if cast on creature the player is controlling, it works, but when cast on opponent's creature, token ends up on player's side.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#testing && with targetcontroller on player 2
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:Call to Heel
|
||||
manapool:{U}{1}
|
||||
[PLAYER2]
|
||||
inplay:grizzly bears
|
||||
library:Angelic Wall
|
||||
[DO]
|
||||
Call to Heel
|
||||
grizzly bears
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
graveyard:Call to Heel
|
||||
manapool:{0}
|
||||
life:20
|
||||
[PLAYER2]
|
||||
hand:Angelic Wall,grizzly bears
|
||||
life:20
|
||||
[END]
|
||||
Reference in New Issue
Block a user