diff --git a/projects/mtg/src/MTGAbility.cpp b/projects/mtg/src/MTGAbility.cpp index f301c5910..8bc2ee5f1 100644 --- a/projects/mtg/src/MTGAbility.cpp +++ b/projects/mtg/src/MTGAbility.cpp @@ -1515,7 +1515,7 @@ MTGAbility * AbilityFactory::parseMagicLine(string s, int id, Spell * spell, MTG return a; } - //frozen, next untap this does not untap. + //identify what a leveler creature will max out at. found = s.find("maxlevel:"); if (found != string::npos){ size_t start = s.find(":",found);