mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Typo
This commit is contained in:
parent
f2d444a61d
commit
40c01a04c4
2 changed files with 2 additions and 2 deletions
|
@ -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),
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue