diff options
Diffstat (limited to 'src/content_sao.h')
-rw-r--r-- | src/content_sao.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content_sao.h b/src/content_sao.h index 10630014c..509f477dd 100644 --- a/src/content_sao.h +++ b/src/content_sao.h @@ -117,7 +117,7 @@ public: void moveTo(v3f pos, bool continuous); float getMinimumSavedMovement(); std::string getDescription(); - void setHP(s16 hp); + void setHP(s16 hp, const PlayerHPChangeReason &reason); s16 getHP() const; /* LuaEntitySAO-specific */ void setVelocity(v3f velocity); |