1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00
Support for commander artifacts that accumulate bonus after battle.
This commit is contained in:
DjWarmonger
2012-07-16 16:18:02 +00:00
parent 69de38bf1d
commit cf45239332
10 changed files with 408 additions and 231 deletions

View File

@@ -1,6 +1,9 @@
#include "StdInc.h"
#include "JsonNode.h"
class Bonus;
const JsonNode JsonNode::nullNode;
JsonNode::JsonNode(JsonType Type):
@@ -869,4 +872,4 @@ JsonValidator::JsonValidator(JsonNode &root, const JsonNode &schema, bool Minimi
if (schema.isNull())
addMessage("Schema not found!");
tlog3<<errors;
}
}