mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Minor text fix.
This commit is contained in:
parent
07ba5a200e
commit
757d2d7f3c
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class VanguardsShieldEffect extends ContinuousEffectImpl<VanguardsShieldEffect>
|
|||
|
||||
public VanguardsShieldEffect() {
|
||||
super(Duration.WhileOnBattlefield, Outcome.AddAbility);
|
||||
staticText = "Equiped creature can block an additional creature";
|
||||
staticText = "Equipped creature can block an additional creature";
|
||||
}
|
||||
|
||||
public VanguardsShieldEffect(final VanguardsShieldEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue