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)."; } }