From 474d6a29fd2a29356add3cfc504323e613e5ae1e Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Thu, 18 Apr 2013 16:01:20 +0200 Subject: [PATCH] Fixed isse#201 that crypt Ghast triggered ability giving additional mana was optional but shouldn't. --- Mage.Sets/src/mage/sets/gatecrash/CryptGhast.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Mage.Sets/src/mage/sets/gatecrash/CryptGhast.java b/Mage.Sets/src/mage/sets/gatecrash/CryptGhast.java index e7fd7767a22..12ac17a47de 100644 --- a/Mage.Sets/src/mage/sets/gatecrash/CryptGhast.java +++ b/Mage.Sets/src/mage/sets/gatecrash/CryptGhast.java @@ -61,7 +61,7 @@ public class CryptGhast extends CardImpl { //Extort (Whenever you cast a spell, you may pay {WB}. If you do, each opponent loses 1 life and you gain that much life.) this.addAbility(new ExtortAbility()); - //Whenever you tap a Swamp for mana, you may add {B} to your mana pool. + // Whenever you tap a Swamp for mana, add {B} to your mana pool (in addition to the mana the land produces). this.addAbility(new CryptGhastTriggeredAbility()); } @@ -83,7 +83,7 @@ class CryptGhastTriggeredAbility extends TriggeredManaAbility(in addition to the mana the land produces)."; } }