mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
GlobalRuleChange remove toughnessAssignsDamage
This commit is contained in:
@@ -33,7 +33,6 @@ public enum GlobalRuleChange {
|
|||||||
onlyOneBlocker ("No more than one creature can block each combat."),
|
onlyOneBlocker ("No more than one creature can block each combat."),
|
||||||
onlyOneBlockerPerOpponent ("Each opponent can't block with more than one creature."),
|
onlyOneBlockerPerOpponent ("Each opponent can't block with more than one creature."),
|
||||||
onlyTwoBlockers ("No more than two creatures can block each combat."),
|
onlyTwoBlockers ("No more than two creatures can block each combat."),
|
||||||
toughnessAssignsDamage ("Each creature assigns combat damage equal to its toughness rather than its power."),
|
|
||||||
blankIsChaos("Each blank roll of the planar dice is a {CHAOS} roll.");
|
blankIsChaos("Each blank roll of the planar dice is a {CHAOS} roll.");
|
||||||
|
|
||||||
private final String ruleText;
|
private final String ruleText;
|
||||||
|
|||||||
Reference in New Issue
Block a user