added menutext returns for "protection from("
This commit is contained in:
@@ -2596,7 +2596,7 @@ MTGAbility * AbilityFactory::parseMagicLine(string s, int id, Spell * spell, MTG
|
||||
{
|
||||
return NULL; //TODO
|
||||
}
|
||||
return NEW AProtectionFrom(id, card, target, fromTc);
|
||||
return NEW AProtectionFrom(id, card, target, fromTc,targets);
|
||||
}
|
||||
return NULL; //TODO
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user