From adaa589e93ea1e76e4db0c401ee7f40ed6078632 Mon Sep 17 00:00:00 2001 From: "solo81@web.de" Date: Tue, 8 Feb 2011 23:03:43 +0000 Subject: [PATCH] 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] --- projects/mtg/bin/Res/sets/primitives/mtg.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index a70d58358..5eed562bf 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -44985,7 +44985,7 @@ name=Paralyze target=creature auto=tap 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. mana={B} type=Enchantment