updated comment on maxlevel

This commit is contained in:
techdragon.nguyen@gmail.com
2010-11-12 11:55:43 +00:00
parent 7aa76630fa
commit 49726799ff
+1 -1
View File
@@ -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);