mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
Fixed typo
This commit is contained in:
parent
42265d78d8
commit
307e39112c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public final class SetessanTraining extends CardImpl {
|
|||
ability = new SimpleStaticAbility(new BoostEnchantedEffect(1, 0));
|
||||
ability.addEffect(new GainAbilityAttachedEffect(
|
||||
TrampleAbility.getInstance(), AttachmentType.AURA
|
||||
).setText("and hasd trample"));
|
||||
).setText("and has trample"));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue