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