From 6adbe1674b97d7fb856e1c99070d00d18d50ffe4 Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Wed, 19 Sep 2012 21:42:46 +0200 Subject: [PATCH] Removed the removal of the original subtypes of the enchanted card. E. g. "Enchant Plains" or "Enchant Swamp" enchantments need the subtype to have legal targets. --- .../common/continious/BecomesCreatureAttachedEffect.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Mage/src/mage/abilities/effects/common/continious/BecomesCreatureAttachedEffect.java b/Mage/src/mage/abilities/effects/common/continious/BecomesCreatureAttachedEffect.java index 2acad27fe74..c36cdf8214e 100644 --- a/Mage/src/mage/abilities/effects/common/continious/BecomesCreatureAttachedEffect.java +++ b/Mage/src/mage/abilities/effects/common/continious/BecomesCreatureAttachedEffect.java @@ -81,9 +81,11 @@ public class BecomesCreatureAttachedEffect extends ContinuousEffectImpl 0) { permanent.getSubtype().addAll(token.getSubtype()); }