Changed some conditions to simpler variables
newability[reach] changed to just reach Bug fixes Garruk, Unleashed
This commit is contained in:
@@ -1346,7 +1346,7 @@ TriggeredAbility * AbilityFactory::parseTrigger(string s, string, int id, Spell
|
||||
return NEW TrCardExerted(observer, id, card, tc, once, limitOnceATurn);
|
||||
|
||||
//CombatTrigger
|
||||
//Card card attacked and is blocked
|
||||
//Card attacked and is blocked
|
||||
found = s.find("combat(");
|
||||
if (found != string::npos)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user