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

Remove flaggable bonus on object deletion

This commit is contained in:
Dydzio
2024-12-05 21:55:32 +01:00
parent 7be31c94f2
commit 16d25e903c
3 changed files with 18 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ public:
using CGObjectInstance::CGObjectInstance;
void onHeroVisit(const CGHeroInstance * h) const override;
void markAsDeleted() const;
void initObj(vstd::RNG & rand) override;
const IOwnableObject * asOwnable() const final;