Psyringe - fixed Penumbra creatures from APC: Missing colon in the trigger specification caused the effect to be executed when the trigger was set, not when it was fired. Also, from() information was missing, so the trigger would have fired on discarding the card as well. Also, Penumbra Wurm had the rules text of the Kavu. Thanks to mickey-brown for the bug report.
This commit is contained in:
@@ -455,7 +455,7 @@ type=Enchantment
|
||||
text=When Penumbra Bobcat is put into a graveyard from the battlefield, put a 2/1 black Cat creature token onto the battlefield.
|
||||
id=26815
|
||||
name=Penumbra Bobcat
|
||||
auto=@movedTo(this|graveyard) token(Cat,Creature cat,2/1,black)
|
||||
auto=@movedTo(this|graveyard) from(battlefield): token(Cat,Creature cat,2/1,black)
|
||||
rarity=C
|
||||
mana={2}{G}
|
||||
type=Creature
|
||||
@@ -467,7 +467,7 @@ toughness=1
|
||||
text=When Penumbra Kavu is put into a graveyard from the battlefield, put a 3/3 black Kavu creature token onto the battlefield.
|
||||
id=25956
|
||||
name=Penumbra Kavu
|
||||
auto=@movedTo(this|graveyard) token(Kavu,Creature kavu,3/3,black)
|
||||
auto=@movedTo(this|graveyard) from(battlefield): token(Kavu,Creature kavu,3/3,black)
|
||||
rarity=U
|
||||
mana={4}{G}
|
||||
type=Creature
|
||||
@@ -476,10 +476,10 @@ power=3
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=Trample When Penumbra Wurm is put into a graveyard from the battlefield, put a 3/3 black Kavu creature token onto the battlefield.
|
||||
text=Trample When Penumbra Wurm is put into a graveyard from the battlefield, put a 6/6 black Wurm creature token onto the battlefield.
|
||||
id=27669
|
||||
name=Penumbra Wurm
|
||||
auto=@movedTo(this|graveyard) token(Wurm,Creature wurm,6/6,trample,black)
|
||||
auto=@movedTo(this|graveyard) from(battlefield): token(Wurm,Creature wurm,6/6,trample,black)
|
||||
rarity=R
|
||||
mana={5}{G}{G}
|
||||
type=Creature
|
||||
|
||||
Reference in New Issue
Block a user