From dfb52368c4cc35d352bbf1adc7a9b50bf1b60d51 Mon Sep 17 00:00:00 2001 From: "solo81@web.de" Date: Tue, 23 Mar 2010 00:07:28 +0000 Subject: [PATCH] Fixed issue188. Just changed the the phase name in the auto line from "@each opponent upkeep" to "@each targetController upkeep". Works. --- projects/mtg/bin/Res/sets/primitives/mtg.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index 5b53e5408..5dc9c53c9 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -8179,7 +8179,7 @@ subtype=Aura [card] name=Cursed Land target=land -auto=@each opponent upkeep:damage:1 targetController +auto=@each targetController upkeep:damage:1 targetController text=Enchant land -- At the beginning of the upkeep of enchanted land's controller, Cursed Land deals 1 damage to that player. mana={2}{B}{B} type=Enchantment @@ -28259,7 +28259,7 @@ auto=cantattack auto=cantblock auto=@each targetcontroller upkeep:life:-1 targetController text=Enchant creature -- Enchanted creature can't attack or block. -- Enchanted creature has "At the beginning of your upkeep, you lose 1 life." -mana={1}{W}{B} +mana={1}{B}{W} type=Enchantment subtype=Aura [/card]