mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 17:58:01 +00:00
Merge branch 'fix_invasion_plans' into 'master'
Fix Invasion Plans See merge request core-developers/forge!4260
This commit is contained in:
@@ -23,7 +23,7 @@ package forge.game;
|
|||||||
public enum GlobalRuleChange {
|
public enum GlobalRuleChange {
|
||||||
|
|
||||||
alwaysWither ("All damage is dealt as though its source had wither."),
|
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."),
|
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."),
|
manapoolsDontEmpty ("Mana pools don't empty as steps and phases end."),
|
||||||
noCreatureETBTriggers ("Creatures entering the battlefield don't cause abilities to trigger."),
|
noCreatureETBTriggers ("Creatures entering the battlefield don't cause abilities to trigger."),
|
||||||
|
|||||||
Reference in New Issue
Block a user