From 49726799ff6b91f424435ece59cba2abbf49c6d1 Mon Sep 17 00:00:00 2001 From: "techdragon.nguyen@gmail.com" Date: Fri, 12 Nov 2010 11:55:43 +0000 Subject: [PATCH] updated comment on maxlevel --- projects/mtg/src/MTGAbility.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);