Removing "oldSchoolDeathtouch", as it seems Cockatrice and Thicket Basislisk are now softcoded. Zeth, Dr.Solomat, please review :)

This commit is contained in:
wagic.the.homebrew
2011-05-02 08:44:02 +00:00
parent 2c4efb9cd5
commit 13dd07973e
3 changed files with 2 additions and 88 deletions
+1
View File
@@ -20,6 +20,7 @@ int PhaseRing::phaseStrToInt(string s)
if (s.compare("combatends") == 0) return Constants::MTG_PHASE_COMBATEND;
if (s.compare("secondmain") == 0) return Constants::MTG_PHASE_SECONDMAIN;
if (s.compare("endofturn") == 0) return Constants::MTG_PHASE_ENDOFTURN;
if (s.compare("end") == 0) return Constants::MTG_PHASE_ENDOFTURN;
if (s.compare("cleanup") == 0) return Constants::MTG_PHASE_CLEANUP;
DebugTrace("PHASERING: Unknown Phase name: " << s);