mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
fixed Predatory Impetus
This commit is contained in:
parent
0d4d96baf6
commit
ef31fde7a7
2 changed files with 8 additions and 12 deletions
|
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue