mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
typo fix
This commit is contained in:
parent
0237f9da8a
commit
a46e2fb0ab
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public final class DeathBaron extends CardImpl {
|
||||||
).setText("Skeletons you control"));
|
).setText("Skeletons you control"));
|
||||||
ability.addEffect(new GainAbilityControlledEffect(
|
ability.addEffect(new GainAbilityControlledEffect(
|
||||||
DeathtouchAbility.getInstance(), Duration.WhileOnBattlefield, filterSkeletons, false
|
DeathtouchAbility.getInstance(), Duration.WhileOnBattlefield, filterSkeletons, false
|
||||||
).setText("and other Zombues you control"));
|
).setText("and other Zombies you control"));
|
||||||
ability.addEffect(new BoostControlledEffect(
|
ability.addEffect(new BoostControlledEffect(
|
||||||
1, 1, Duration.WhileOnBattlefield, filterZombie, true
|
1, 1, Duration.WhileOnBattlefield, filterZombie, true
|
||||||
).setText("get +1/+1"));
|
).setText("get +1/+1"));
|
||||||
|
|
Loading…
Reference in a new issue