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