diff --git a/Mage.Sets/src/mage/cards/b/BreyaEtheriumShaper.java b/Mage.Sets/src/mage/cards/b/BreyaEtheriumShaper.java index 23796bd56c..b5339588b4 100644 --- a/Mage.Sets/src/mage/cards/b/BreyaEtheriumShaper.java +++ b/Mage.Sets/src/mage/cards/b/BreyaEtheriumShaper.java @@ -40,7 +40,7 @@ public final class BreyaEtheriumShaper extends CardImpl { // When Breya, Etherium Shaper enters the battlefield, create two 1/1 blue Thopter artifact creature tokens with flying. this.addAbility(new EntersBattlefieldTriggeredAbility(new CreateTokenEffect(new ThopterToken(), 2))); - // {2}, Sacrifice two artifacts: Choose one — Breya deals 3 damage to target player. + // {2}, Sacrifice two artifacts: Choose one — Breya deals 3 damage to target player or planeswalker. Ability ability = new SimpleActivatedAbility( Zone.BATTLEFIELD, new DamageTargetEffect(3), diff --git a/Mage.Sets/src/mage/cards/t/TogetherForever.java b/Mage.Sets/src/mage/cards/t/TogetherForever.java index 7ce28b8a1e..7bb233674e 100644 --- a/Mage.Sets/src/mage/cards/t/TogetherForever.java +++ b/Mage.Sets/src/mage/cards/t/TogetherForever.java @@ -40,7 +40,7 @@ public final class TogetherForever extends CardImpl { public TogetherForever(UUID ownerId, CardSetInfo setInfo) { super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, "{W}{W}"); - // When Together Forever enters the battlefield, support 2. (Put a +1/+1 counter on each of up to two other target creatures.) + // When Together Forever enters the battlefield, support 2. (Put a +1/+1 counter on each of up to two target creatures.) this.addAbility(new SupportAbility(this, 2, false)); // {1}: Choose target creature with a counter on it. When that creature dies this turn, return that card to its owner's hand.