mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +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(
|
||||
FlyingAbility.getInstance(), AttachmentType.AURA
|
||||
).setText("and loses flying"));
|
||||
).concatBy("and"));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue