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