From 2853c7cb4af57d1fe8d3be7e129b133215f2c8b0 Mon Sep 17 00:00:00 2001 From: xenohedron Date: Thu, 4 Apr 2024 22:15:08 -0400 Subject: [PATCH] fix some reminder text --- Mage.Sets/src/mage/cards/b/BoneyardDesecrator.java | 2 +- Mage.Sets/src/mage/cards/b/BreechesTheBlastmaker.java | 2 +- Mage.Sets/src/mage/cards/c/ConcealedWeapon.java | 2 +- Mage.Sets/src/mage/cards/h/HuntedBonebrute.java | 2 +- Mage.Sets/src/mage/cards/l/LavaspurBoots.java | 2 +- Mage.Sets/src/mage/cards/m/MaraudingSphinx.java | 2 +- Mage.Sets/src/mage/cards/n/NexusOfBecoming.java | 2 +- Mage.Sets/src/mage/cards/r/RoseNoble.java | 2 +- Mage.Sets/src/mage/cards/s/SilverShroudCostume.java | 2 +- Mage.Sets/src/mage/cards/s/SwordOfWealthAndPower.java | 3 ++- Mage.Sets/src/mage/cards/t/T45PowerArmor.java | 2 +- Mage.Sets/src/mage/cards/t/TheKeyToTheVault.java | 2 +- Mage.Sets/src/mage/cards/t/TheMeep.java | 2 +- Mage.Sets/src/mage/cards/t/ThunderLasso.java | 2 +- 14 files changed, 15 insertions(+), 14 deletions(-) diff --git a/Mage.Sets/src/mage/cards/b/BoneyardDesecrator.java b/Mage.Sets/src/mage/cards/b/BoneyardDesecrator.java index ca044a1a900..e45df1bece6 100644 --- a/Mage.Sets/src/mage/cards/b/BoneyardDesecrator.java +++ b/Mage.Sets/src/mage/cards/b/BoneyardDesecrator.java @@ -42,7 +42,7 @@ public final class BoneyardDesecrator extends CardImpl { this.toughness = new MageInt(4); // Menace - this.addAbility(new MenaceAbility()); + this.addAbility(new MenaceAbility(false)); // {1}{B}, Sacrifice another creature: Put a +1/+1 counter on Boneyard Desecrator. If an outlaw was sacrificed this way, create a Treasure token. Effect effect = new AddCountersSourceEffect(CounterType.P1P1.createInstance()); diff --git a/Mage.Sets/src/mage/cards/b/BreechesTheBlastmaker.java b/Mage.Sets/src/mage/cards/b/BreechesTheBlastmaker.java index 270dcfc20ab..db5914c2712 100644 --- a/Mage.Sets/src/mage/cards/b/BreechesTheBlastmaker.java +++ b/Mage.Sets/src/mage/cards/b/BreechesTheBlastmaker.java @@ -41,7 +41,7 @@ public final class BreechesTheBlastmaker extends CardImpl { this.toughness = new MageInt(3); // Menace - this.addAbility(new MenaceAbility()); + this.addAbility(new MenaceAbility(false)); // Whenever you cast your second spell each turn, you may sacrifice an artifact. If you do, flip a coin. When you win the flip, copy that spell. You may choose new targets for the copy. When you lose the flip, Breeches, the Blastmaker deals damage equal to that spell's mana value to any target. this.addAbility(new CastSecondSpellTriggeredAbility(new DoIfCostPaid( diff --git a/Mage.Sets/src/mage/cards/c/ConcealedWeapon.java b/Mage.Sets/src/mage/cards/c/ConcealedWeapon.java index 878bb1dbf47..8fa005e6898 100644 --- a/Mage.Sets/src/mage/cards/c/ConcealedWeapon.java +++ b/Mage.Sets/src/mage/cards/c/ConcealedWeapon.java @@ -41,7 +41,7 @@ public final class ConcealedWeapon extends CardImpl { this.addAbility(ability); // Equip {1}{R} - this.addAbility(new EquipAbility(Outcome.BoostCreature, new ManaCostsImpl<>("{1}{R}"))); + this.addAbility(new EquipAbility(Outcome.BoostCreature, new ManaCostsImpl<>("{1}{R}"), false)); } private ConcealedWeapon(final ConcealedWeapon card) { diff --git a/Mage.Sets/src/mage/cards/h/HuntedBonebrute.java b/Mage.Sets/src/mage/cards/h/HuntedBonebrute.java index be01ab03dd5..8a92007203c 100644 --- a/Mage.Sets/src/mage/cards/h/HuntedBonebrute.java +++ b/Mage.Sets/src/mage/cards/h/HuntedBonebrute.java @@ -32,7 +32,7 @@ public final class HuntedBonebrute extends CardImpl { this.toughness = new MageInt(2); // Menace - this.addAbility(new MenaceAbility()); + this.addAbility(new MenaceAbility(false)); // When Hunted Bonebrute enters the battlefield, target opponent creates two 1/1 white Dog creature tokens. Ability ability = new EntersBattlefieldTriggeredAbility(new CreateTokenTargetEffect(new WhiteDogToken(), 2)); diff --git a/Mage.Sets/src/mage/cards/l/LavaspurBoots.java b/Mage.Sets/src/mage/cards/l/LavaspurBoots.java index df94acf4cc9..ba6cf549d56 100644 --- a/Mage.Sets/src/mage/cards/l/LavaspurBoots.java +++ b/Mage.Sets/src/mage/cards/l/LavaspurBoots.java @@ -38,7 +38,7 @@ public final class LavaspurBoots extends CardImpl { this.addAbility(ability); // Equip {1} - this.addAbility(new EquipAbility(1)); + this.addAbility(new EquipAbility(1, false)); } private LavaspurBoots(final LavaspurBoots card) { diff --git a/Mage.Sets/src/mage/cards/m/MaraudingSphinx.java b/Mage.Sets/src/mage/cards/m/MaraudingSphinx.java index ef1e7162c47..13a830aeebf 100644 --- a/Mage.Sets/src/mage/cards/m/MaraudingSphinx.java +++ b/Mage.Sets/src/mage/cards/m/MaraudingSphinx.java @@ -34,7 +34,7 @@ public final class MaraudingSphinx extends CardImpl { this.addAbility(VigilanceAbility.getInstance()); // Ward {2} - this.addAbility(new WardAbility(new ManaCostsImpl<>("{2}"))); + this.addAbility(new WardAbility(new ManaCostsImpl<>("{2}"), false)); // Whenever you commit a crime, surveil 2. This ability triggers only once each turn. this.addAbility(new CommittedCrimeTriggeredAbility(new SurveilEffect(2), false).setTriggersOnceEachTurn(true)); diff --git a/Mage.Sets/src/mage/cards/n/NexusOfBecoming.java b/Mage.Sets/src/mage/cards/n/NexusOfBecoming.java index 02f5efce3ca..f7117310349 100644 --- a/Mage.Sets/src/mage/cards/n/NexusOfBecoming.java +++ b/Mage.Sets/src/mage/cards/n/NexusOfBecoming.java @@ -48,7 +48,7 @@ class NexusOfBecomingEffect extends OneShotEffect { NexusOfBecomingEffect() { super(Outcome.Benefit); - staticText = "then you may exile an artifact or creature card from your hand. " + + staticText = "Then you may exile an artifact or creature card from your hand. " + "If you do, create a token that's a copy of the exiled card, " + "except it's a 3/3 Golem artifact creature in addition to its other types."; } diff --git a/Mage.Sets/src/mage/cards/r/RoseNoble.java b/Mage.Sets/src/mage/cards/r/RoseNoble.java index f431d8c06e0..aeb0c54adc2 100644 --- a/Mage.Sets/src/mage/cards/r/RoseNoble.java +++ b/Mage.Sets/src/mage/cards/r/RoseNoble.java @@ -44,7 +44,7 @@ public final class RoseNoble extends CardImpl { this.toughness = new MageInt(3); // Ward {2} - this.addAbility(new WardAbility(new ManaCostsImpl<>("{2}"))); + this.addAbility(new WardAbility(new ManaCostsImpl<>("{2}"), false)); // Whenever you cast a Doctor spell or creature spell with doctor's companion, draw a card. this.addAbility(new SpellCastControllerTriggeredAbility( diff --git a/Mage.Sets/src/mage/cards/s/SilverShroudCostume.java b/Mage.Sets/src/mage/cards/s/SilverShroudCostume.java index 31e6232a1a0..816733ea926 100644 --- a/Mage.Sets/src/mage/cards/s/SilverShroudCostume.java +++ b/Mage.Sets/src/mage/cards/s/SilverShroudCostume.java @@ -43,7 +43,7 @@ public final class SilverShroudCostume extends CardImpl { this.addAbility(new SimpleStaticAbility(new CantBeBlockedAttachedEffect(AttachmentType.EQUIPMENT))); // Equip {3} - this.addAbility(new EquipAbility(3)); + this.addAbility(new EquipAbility(3, false)); } private SilverShroudCostume(final SilverShroudCostume card) { diff --git a/Mage.Sets/src/mage/cards/s/SwordOfWealthAndPower.java b/Mage.Sets/src/mage/cards/s/SwordOfWealthAndPower.java index e2cc1853fe6..682e5794a5a 100644 --- a/Mage.Sets/src/mage/cards/s/SwordOfWealthAndPower.java +++ b/Mage.Sets/src/mage/cards/s/SwordOfWealthAndPower.java @@ -35,7 +35,8 @@ public final class SwordOfWealthAndPower extends CardImpl { // Equipped creature gets +2/+2 and has protection from instants and from sorceries. Ability ability = new SimpleStaticAbility(new BoostEquippedEffect(2, 2)); - ability.addEffect(new GainAbilityAttachedEffect(new ProtectionAbility(filter), AttachmentType.EQUIPMENT)); + ability.addEffect(new GainAbilityAttachedEffect(new ProtectionAbility(filter), AttachmentType.EQUIPMENT) + .setText("and has protection from instants and from sorceries")); this.addAbility(ability); // Whenever equipped creature deals combat damage to a player, create a Treasure token. When you next cast an instant or sorcery spell this turn, copy that spell. You may choose new targets for the copy. diff --git a/Mage.Sets/src/mage/cards/t/T45PowerArmor.java b/Mage.Sets/src/mage/cards/t/T45PowerArmor.java index 34df7815990..381484482af 100644 --- a/Mage.Sets/src/mage/cards/t/T45PowerArmor.java +++ b/Mage.Sets/src/mage/cards/t/T45PowerArmor.java @@ -55,7 +55,7 @@ public final class T45PowerArmor extends CardImpl { )); // Equip {3} - this.addAbility(new EquipAbility(3)); + this.addAbility(new EquipAbility(3, false)); } private T45PowerArmor(final T45PowerArmor card) { diff --git a/Mage.Sets/src/mage/cards/t/TheKeyToTheVault.java b/Mage.Sets/src/mage/cards/t/TheKeyToTheVault.java index fae3f29e289..f1a11030cd2 100644 --- a/Mage.Sets/src/mage/cards/t/TheKeyToTheVault.java +++ b/Mage.Sets/src/mage/cards/t/TheKeyToTheVault.java @@ -34,7 +34,7 @@ public final class TheKeyToTheVault extends CardImpl { )); // Equip {2}{U} - this.addAbility(new EquipAbility(Outcome.AddAbility, new ManaCostsImpl<>("{2}{U}"))); + this.addAbility(new EquipAbility(Outcome.AddAbility, new ManaCostsImpl<>("{2}{U}"), false)); } private TheKeyToTheVault(final TheKeyToTheVault card) { diff --git a/Mage.Sets/src/mage/cards/t/TheMeep.java b/Mage.Sets/src/mage/cards/t/TheMeep.java index 978dd16c1ad..7b7fc024ec0 100644 --- a/Mage.Sets/src/mage/cards/t/TheMeep.java +++ b/Mage.Sets/src/mage/cards/t/TheMeep.java @@ -33,7 +33,7 @@ public final class TheMeep extends CardImpl { this.toughness = new MageInt(4); // Ward--Pay 3 life. - this.addAbility(new WardAbility(new PayLifeCost(3))); + this.addAbility(new WardAbility(new PayLifeCost(3), false)); // Whenever The Meep attacks, you may sacrifice another creature. If you do, creatures you control have base power and toughness X/X until end of turn, where X is the sacrificed creature's mana value. this.addAbility(new AttacksTriggeredAbility(new TheMeepEffect())); diff --git a/Mage.Sets/src/mage/cards/t/ThunderLasso.java b/Mage.Sets/src/mage/cards/t/ThunderLasso.java index f41cc626482..cc71b723902 100644 --- a/Mage.Sets/src/mage/cards/t/ThunderLasso.java +++ b/Mage.Sets/src/mage/cards/t/ThunderLasso.java @@ -49,7 +49,7 @@ public final class ThunderLasso extends CardImpl { this.addAbility(ability); // Equip {2} - this.addAbility(new EquipAbility(2)); + this.addAbility(new EquipAbility(2, false)); } private ThunderLasso(final ThunderLasso card) {