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:
@@ -517,4 +517,9 @@ void CRewardableObject::initializeGuards()
|
||||
}
|
||||
}
|
||||
|
||||
bool CRewardableObject::isCoastVisitable() const
|
||||
{
|
||||
return configuration.coastVisitable;
|
||||
}
|
||||
|
||||
VCMI_LIB_NAMESPACE_END
|
||||
|
||||
Reference in New Issue
Block a user