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

Add coastVisitable property to rewardables, update schemas

This commit is contained in:
Ivan Savenko
2024-08-31 15:28:58 +00:00
parent 503b87561e
commit 31dff8f8da
7 changed files with 22 additions and 5 deletions

View File

@@ -517,4 +517,9 @@ void CRewardableObject::initializeGuards()
}
}
bool CRewardableObject::isCoastVisitable() const
{
return configuration.coastVisitable;
}
VCMI_LIB_NAMESPACE_END