mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-21 00:19:29 +02:00
Some more fixes for limiters and specialties.
This commit is contained in:
@ -1065,6 +1065,8 @@ Bonus * JsonUtils::parseBonus (const JsonNode &ability)
|
||||
}
|
||||
else
|
||||
l2->includeUpgrades = false;
|
||||
|
||||
l = l2;
|
||||
}
|
||||
if (limiter["type"].String() == "HAS_ANOTHER_BONUS_LIMITER")
|
||||
{
|
||||
|
Reference in New Issue
Block a user