diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/content_cao.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/content_cao.h b/src/client/content_cao.h index 56ba8e0ec..75882a074 100644 --- a/src/client/content_cao.h +++ b/src/client/content_cao.h @@ -178,6 +178,11 @@ public: { return m_velocity; } + + inline const u16 getHp() const + { + return m_hp; + } const bool isImmortal(); |