mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Merge pull request #6286 from aidan-coward/shadowspear-wording
Fix Shadowspear wording
This commit is contained in:
commit
299be53e7a
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public final class Shadowspear extends CardImpl {
|
||||||
).setText("Permanents your opponents control lose hexproof"), new GenericManaCost(1));
|
).setText("Permanents your opponents control lose hexproof"), new GenericManaCost(1));
|
||||||
ability.addEffect(new LoseAbilityAllEffect(
|
ability.addEffect(new LoseAbilityAllEffect(
|
||||||
IndestructibleAbility.getInstance(), Duration.EndOfTurn, filter
|
IndestructibleAbility.getInstance(), Duration.EndOfTurn, filter
|
||||||
).setText("indestructible until end of turn"));
|
).setText("and indestructible until end of turn"));
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
|
|
||||||
// Equip {2}
|
// Equip {2}
|
||||||
|
|
Loading…
Reference in a new issue