so many text fixes seriously like so many

This commit is contained in:
Evan Kranzler 2020-04-24 21:38:46 -04:00
parent c02a0c633c
commit 83f3d7c692
36 changed files with 72 additions and 73 deletions

View file

@ -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) {