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