From 6455445295a18a360b722d892462acd0702bd14c Mon Sep 17 00:00:00 2001 From: spjspj Date: Fri, 13 Jan 2017 01:37:15 +1100 Subject: [PATCH] spjspj - Add Atalya,Samite Master (INV) --- Mage.Sets/src/mage/cards/a/AtalyaSamiteMaster.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/a/AtalyaSamiteMaster.java b/Mage.Sets/src/mage/cards/a/AtalyaSamiteMaster.java index c3a37efd00..e330d44467 100644 --- a/Mage.Sets/src/mage/cards/a/AtalyaSamiteMaster.java +++ b/Mage.Sets/src/mage/cards/a/AtalyaSamiteMaster.java @@ -68,7 +68,7 @@ public class AtalyaSamiteMaster extends CardImpl { this.power = new MageInt(2); this.toughness = new MageInt(3); - // {X}, {tap}: Choose one - Prevent the next X damage that would be dealt to target creature this turn; or you gain X life. Spend only white mana on X. + // {X}, {tap}: Choose one - Prevent the next X damage that would be dealt to target creature this turn; or you gain X life. Spend only white mana on X. PreventDamageToTargetEffect effect = new PreventDamageToTargetEffect(Duration.EndOfTurn, false, true, new ManacostVariableValue()); effect.setText("Prevent the next X damage that would be dealt to target creature this turn"); Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, effect, new ManaCostsImpl("{X}"));