mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Alleged text fix
Will this mess up anything?
This commit is contained in:
parent
a7bcad4868
commit
8ffa590a08
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ public enum PhaseStep {
|
|||
PRECOMBAT_MAIN ("Precombat Main", 3,"precombat main step"),
|
||||
BEGIN_COMBAT ("Begin Combat", 4, "begin combat step"),
|
||||
DECLARE_ATTACKERS ("Declare Attackers", 5, "declare attackers step"),
|
||||
DECLARE_BLOCKERS ("Declare Blockers", 6, "declare blockers"),
|
||||
DECLARE_BLOCKERS ("Declare Blockers", 6, "declare blockers step"),
|
||||
FIRST_COMBAT_DAMAGE ("First Combat Damage", 7, "first combat damage"),
|
||||
COMBAT_DAMAGE ("Combat Damage", 8, "combat damage step"),
|
||||
END_COMBAT ("End Combat", 9, "end combat step"),
|
||||
|
|
Loading…
Reference in a new issue