X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FObjects%2FPerson.hpp;h=beaf11c17873f35e3b961953d507b463c48a6911;hp=2ead16e9a87922d662cbf65b5bc922175afe6a74;hb=ce51a88a16d2e7af222929546d250eba4acb299d;hpb=b35798eb8ef5e05a4574bbf1115c31a504496616 diff --git a/Source/Objects/Person.hpp b/Source/Objects/Person.hpp index 2ead16e..beaf11c 100644 --- a/Source/Objects/Person.hpp +++ b/Source/Objects/Person.hpp @@ -331,6 +331,8 @@ public: float getProportion(int part) const; XYZ getProportionXYZ(int part) const; + void changeCreatureType(person_type type); + void CheckKick(); void CatchFire(); void DoBlood(float howmuch, int which);