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