mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
Fix Shadowspear wording
Added "and" to second ability to say "hexproof and indestructible"
This commit is contained in:
parent
f6079c4fd6
commit
513f2bc838
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…
Add table
Add a link
Reference in a new issue