mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
Update SkyTether.java
This commit is contained in:
parent
2d6f07f0c8
commit
47625bc84e
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public final class SkyTether extends CardImpl {
|
||||||
));
|
));
|
||||||
ability.addEffect(new LoseAbilityAttachedEffect(
|
ability.addEffect(new LoseAbilityAttachedEffect(
|
||||||
FlyingAbility.getInstance(), AttachmentType.AURA
|
FlyingAbility.getInstance(), AttachmentType.AURA
|
||||||
).setText("and loses flying"));
|
).concatBy("and"));
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue