mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Minor Invasion Plans text fix
This commit is contained in:
parent
e6fe4b5478
commit
08a7332d92
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@ public class InvasionPlans extends CardImpl {
|
|||
class InvasionPlansEffect extends ContinuousRuleModifyingEffectImpl {
|
||||
|
||||
public InvasionPlansEffect() {
|
||||
super(Duration.WhileOnBattlefield, Outcome.Benefit, true, false);
|
||||
staticText = "The attacking player chooses how each creature blocks each ";
|
||||
super(Duration.WhileOnBattlefield, Outcome.Benefit, false, false);
|
||||
staticText = "The attacking player chooses how each creature blocks each turn";
|
||||
}
|
||||
|
||||
public InvasionPlansEffect(final InvasionPlansEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue