forked from External/mage
so many text fixes seriously like so many
This commit is contained in:
parent
c02a0c633c
commit
83f3d7c692
36 changed files with 72 additions and 73 deletions
|
|
@ -25,7 +25,8 @@ public class GoadAttachedAbility extends StaticAbility {
|
|||
}
|
||||
this.addEffect(new AttacksIfAbleAttachedEffect(
|
||||
Duration.WhileOnBattlefield, AttachmentType.AURA
|
||||
).setText("and"));
|
||||
).setText(", and is"));
|
||||
this.addEffect(new GoadAttackEffect());
|
||||
}
|
||||
|
||||
private GoadAttachedAbility(final GoadAttachedAbility ability) {
|
||||
|
|
@ -42,7 +43,7 @@ class GoadAttackEffect extends RestrictionEffect {
|
|||
|
||||
GoadAttackEffect() {
|
||||
super(Duration.WhileOnBattlefield);
|
||||
staticText = "is goaded. <i>(It attacks each combat if able and attacks a player other than you if able.)</i>";
|
||||
staticText = "goaded. <i>(It attacks each combat if able and attacks a player other than you if able.)</i>";
|
||||
}
|
||||
|
||||
private GoadAttackEffect(final GoadAttackEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue