diff --git a/projects/mtg/src/MTGAbility.cpp b/projects/mtg/src/MTGAbility.cpp index be6963aaa..3db8405c1 100644 --- a/projects/mtg/src/MTGAbility.cpp +++ b/projects/mtg/src/MTGAbility.cpp @@ -94,7 +94,7 @@ int AbilityFactory::parsePowerToughness(string s, int *power, int *toughness){ } // evaluate trigger ability -// ie auto=@attacking(mytgt):destroy target(*) +// ie auto=@attacking(mytgt):destroy target(*) // eval only the text between the @ and the first : TriggeredAbility * AbilityFactory::parseTrigger(string s, string magicText, int id, Spell * spell, MTGCardInstance *card, Targetable * target){ size_t found = string::npos;