mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-21 00:19:29 +02:00
fixed formatting and other small issues
This commit is contained in:
@ -648,7 +648,7 @@ bool JsonUtils::parseBonus(const JsonNode &ability, Bonus *b)
|
||||
b->propagator = parseByMap(bonusPropagatorMap, value, "propagator type ");
|
||||
|
||||
value = &ability["updater"];
|
||||
if (!value->isNull())
|
||||
if(!value->isNull())
|
||||
{
|
||||
const JsonNode & updaterJson = *value;
|
||||
if(updaterJson["type"].String() == "GROWS_WITH_LEVEL")
|
||||
|
Reference in New Issue
Block a user