mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
fixed Invasion Plans text
This commit is contained in:
parent
5b18cfb042
commit
cefb0225de
1 changed files with 1 additions and 4 deletions
|
@ -37,10 +37,7 @@ import mage.cards.CardSetInfo;
|
||||||
import mage.constants.*;
|
import mage.constants.*;
|
||||||
import mage.game.Game;
|
import mage.game.Game;
|
||||||
import mage.game.events.GameEvent;
|
import mage.game.events.GameEvent;
|
||||||
import mage.game.events.GameEvent.EventType;
|
|
||||||
import mage.game.permanent.Permanent;
|
|
||||||
import mage.players.Player;
|
import mage.players.Player;
|
||||||
import mage.players.PlayerList;
|
|
||||||
import static mage.filter.StaticFilters.FILTER_PERMANENT_CREATURES;
|
import static mage.filter.StaticFilters.FILTER_PERMANENT_CREATURES;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -72,6 +69,7 @@ class InvasionPlansEffect extends ContinuousRuleModifyingEffectImpl {
|
||||||
|
|
||||||
public InvasionPlansEffect() {
|
public InvasionPlansEffect() {
|
||||||
super(Duration.WhileOnBattlefield, Outcome.Benefit, true, false);
|
super(Duration.WhileOnBattlefield, Outcome.Benefit, true, false);
|
||||||
|
staticText = "The attacking player chooses how each creature blocks each ";
|
||||||
}
|
}
|
||||||
|
|
||||||
public InvasionPlansEffect(final InvasionPlansEffect effect) {
|
public InvasionPlansEffect(final InvasionPlansEffect effect) {
|
||||||
|
@ -103,4 +101,3 @@ class InvasionPlansEffect extends ContinuousRuleModifyingEffectImpl {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue