Update SkyTether.java

This commit is contained in:
Evan Kranzler 2019-01-10 20:32:39 -05:00
parent 2d6f07f0c8
commit 47625bc84e

View file

@ -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);
}