GlobalRuleChange remove toughnessAssignsDamage

This commit is contained in:
Northmoc
2022-05-28 22:43:19 -04:00
parent af22f0e04f
commit 35024b49ea

View File

@@ -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;