mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
- Text change
This commit is contained in:
parent
55164eda28
commit
05ae0c8a02
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue