Merge branch 'fix_invasion_plans' into 'master'

Fix Invasion Plans

See merge request core-developers/forge!4260
This commit is contained in:
Michael Kamensky
2021-03-25 13:40:21 +00:00

View File

@@ -23,7 +23,7 @@ package forge.game;
public enum GlobalRuleChange {
alwaysWither ("All damage is dealt as though its source had wither."),
attackerChoosesBlockers ("The attacking player chooses how each creature blocks each turn."),
attackerChoosesBlockers ("The attacking player chooses how each creature blocks each combat."),
manaBurn ("A player losing unspent mana causes that player to lose that much life."),
manapoolsDontEmpty ("Mana pools don't empty as steps and phases end."),
noCreatureETBTriggers ("Creatures entering the battlefield don't cause abilities to trigger."),