Fixed "City's Blessing" macros, fixed "Jared Carthalion, True Heir", added new keyoword "noncombatvigor" for cards such as "Stormwild Capridor".
This commit is contained in:
@@ -116,6 +116,14 @@ int Damage::resolve()
|
||||
}
|
||||
damage = 0;
|
||||
}
|
||||
if ((_target)->has(Constants::NONCOMBATVIGOR) && typeOfDamage != DAMAGE_COMBAT)
|
||||
{
|
||||
for (int j = damage; j > 0; j--)
|
||||
{
|
||||
(_target)->counters->addCounter(1, 1);
|
||||
}
|
||||
damage = 0;
|
||||
}
|
||||
if ((_target)->has(Constants::HYDRA))
|
||||
{
|
||||
for (int j = damage; j > 0; j--)
|
||||
|
||||
Reference in New Issue
Block a user