X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FObjects%2FPersonType.hpp;h=512b8a8be854e2388503e9ce4b150db700bc046b;hb=bb302fb1d9936b1ab630a800698ab7b867472a7d;hp=1d48a719975437721fbf9e2537317e89c3a0a397;hpb=61122a635fae9aac4df5c4dafc4443436dbb9c4f;p=lugaru.git diff --git a/Source/Objects/PersonType.hpp b/Source/Objects/PersonType.hpp index 1d48a71..512b8a8 100644 --- a/Source/Objects/PersonType.hpp +++ b/Source/Objects/PersonType.hpp @@ -57,6 +57,12 @@ public: std::vector skins; + float power; + unsigned int defaultDamageTolerance; + float defaultScale; + bool hasClaws; + bool clothes; + GLubyte bloodText[512 * 512 * 3] = { 0 }; PersonType();