diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-27 17:38:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-28 16:49:14 +0300 |
commit | a595f91e04f86c258861dff07c617fa2871edf7f (patch) | |
tree | 02c931cddc2e6f79227ea473201f2add848ce872 /src/being/localplayer.h | |
parent | adb88538515a039c447643a73a73a32a59ac1214 (diff) | |
download | plus-a595f91e04f86c258861dff07c617fa2871edf7f.tar.gz plus-a595f91e04f86c258861dff07c617fa2871edf7f.tar.bz2 plus-a595f91e04f86c258861dff07c617fa2871edf7f.tar.xz plus-a595f91e04f86c258861dff07c617fa2871edf7f.zip |
Impliment packet SMSG_PLAYER_HEAL.
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index a0865baa9..02c092f69 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -370,6 +370,10 @@ class LocalPlayer final : public Being, void addJobMessage(const int change); + void addHpMessage(const int change); + + void addSpMessage(const int change); + static bool checAttackPermissions(const Being *const target) A_WARN_UNUSED; |