Minor text fix.

This commit is contained in:
LevelX2 2012-11-23 01:10:25 +01:00
parent 07ba5a200e
commit 757d2d7f3c

View file

@ -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) {