- Text change

This commit is contained in:
Jeff 2018-03-14 18:06:39 -05:00
parent 55164eda28
commit 05ae0c8a02

View file

@ -146,7 +146,7 @@ class DefiantVanguardEffect extends OneShotEffect {
public DefiantVanguardEffect() { public DefiantVanguardEffect() {
super(Outcome.DestroyPermanent); super(Outcome.DestroyPermanent);
staticText = "destroy it and any creatures it blocked this turn"; staticText = "destroy it and all creatures it blocked this turn";
} }
public DefiantVanguardEffect(final DefiantVanguardEffect effect) { public DefiantVanguardEffect(final DefiantVanguardEffect effect) {