1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Removed remaining integer bonus subtypes from configs

This commit is contained in:
Ivan Savenko
2023-10-15 18:36:04 +03:00
parent e54ba7b977
commit 36a1d6c415
31 changed files with 279 additions and 249 deletions

View File

@@ -353,6 +353,7 @@ const JsonNode & BonusParams::toJson()
ret["targetSourceType"].String() = vstd::findKey(bonusSourceMap, *targetType);
jsonCreated = true;
}
ret.setMeta(ModScope::scopeGame());
return ret;
};