Fixed issue358.
New code for Paralyze uses "teach(...)":
[card]
name=Paralyze
target=creature
auto=tap
auto=doesnotuntap
auto=teach(creature) {4}:untap myUpkeepOnly
text=Enchant creature -- When Paralyze enters the battlefield, tap enchanted creature. -- Enchanted creature doesn't untap during its controller's untap step. -- At the beginning of the upkeep of enchanted creature's controller, that player may pay {4}. If he or she does, untap the creature.
mana={B}
type=Enchantment
subtype=Aura
[/card]
This commit is contained in:
@@ -44985,7 +44985,7 @@ name=Paralyze
|
|||||||
target=creature
|
target=creature
|
||||||
auto=tap
|
auto=tap
|
||||||
auto=doesnotuntap
|
auto=doesnotuntap
|
||||||
auto={4}:untap UpkeepOnly
|
auto=teach(creature) {4}:untap myUpkeepOnly
|
||||||
text=Enchant creature -- When Paralyze enters the battlefield, tap enchanted creature. -- Enchanted creature doesn't untap during its controller's untap step. -- At the beginning of the upkeep of enchanted creature's controller, that player may pay {4}. If he or she does, untap the creature.
|
text=Enchant creature -- When Paralyze enters the battlefield, tap enchanted creature. -- Enchanted creature doesn't untap during its controller's untap step. -- At the beginning of the upkeep of enchanted creature's controller, that player may pay {4}. If he or she does, untap the creature.
|
||||||
mana={B}
|
mana={B}
|
||||||
type=Enchantment
|
type=Enchantment
|
||||||
|
|||||||
Reference in New Issue
Block a user