mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +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"));
|
||||
ability.addEffect(new GainAbilityControlledEffect(
|
||||
DeathtouchAbility.getInstance(), Duration.WhileOnBattlefield, filterSkeletons, false
|
||||
).setText("and other Zombues you control"));
|
||||
).setText("and other Zombies you control"));
|
||||
ability.addEffect(new BoostControlledEffect(
|
||||
1, 1, Duration.WhileOnBattlefield, filterZombie, true
|
||||
).setText("get +1/+1"));
|
||||
|
|
Loading…
Reference in a new issue