fixed Predatory Impetus

This commit is contained in:
Evan Kranzler 2020-04-30 18:20:41 -04:00
parent 0d4d96baf6
commit ef31fde7a7
2 changed files with 8 additions and 12 deletions

View file

@ -25,7 +25,7 @@ public class GoadAttachedAbility extends StaticAbility {
}
this.addEffect(new AttacksIfAbleAttachedEffect(
Duration.WhileOnBattlefield, AttachmentType.AURA
).setText(", and is goaded."));
).setText(", and is goaded. "));
this.addEffect(new GoadAttackEffect());
}