1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Seerhut works as rewardable object

This commit is contained in:
nordsoft
2023-09-15 10:06:06 +02:00
parent 574047c55c
commit 06f01c3b82
13 changed files with 183 additions and 26 deletions

View File

@@ -14,6 +14,7 @@
#include "../IGameCallback.h"
#include "../CPlayerState.h"
#include "../mapObjects/CGHeroInstance.h"
#include "../serializer/JsonSerializeFormat.h"
VCMI_LIB_NAMESPACE_BEGIN
@@ -119,4 +120,9 @@ bool Rewardable::Limiter::heroAllowed(const CGHeroInstance * hero) const
return false;
}
void Rewardable::Limiter::serializeJson(JsonSerializeFormat & handler)
{
}
VCMI_LIB_NAMESPACE_END