From ea8c123e81505871cd1722b3927bc3dde09d5f3d Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Sat, 25 Jan 2014 11:27:45 +0100 Subject: [PATCH] [BNG] Fixed Marshmist Titan. --- Mage.Sets/src/mage/sets/bornofthegods/MarshmistTitan.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mage.Sets/src/mage/sets/bornofthegods/MarshmistTitan.java b/Mage.Sets/src/mage/sets/bornofthegods/MarshmistTitan.java index d9fd7919814..a7954f42579 100644 --- a/Mage.Sets/src/mage/sets/bornofthegods/MarshmistTitan.java +++ b/Mage.Sets/src/mage/sets/bornofthegods/MarshmistTitan.java @@ -61,7 +61,7 @@ public class MarshmistTitan extends CardImpl { this.toughness = new MageInt(5); // Marshmist Titan costs {X} less to cast, where X is your devotion to black. - this.addAbility(new SimpleStaticAbility(Zone.OUTSIDE, new MarshmistTitanCostReductionEffect())); + this.addAbility(new SimpleStaticAbility(Zone.STACK, new MarshmistTitanCostReductionEffect())); } public MarshmistTitan(final MarshmistTitan card) { @@ -104,7 +104,7 @@ class MarshmistTitanCostReductionEffect extends CostModificationEffectImpl