Normalizing line endings to Unix style, per coding guidelines.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user