]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/PersonType.hpp
Moved clothes boolean to PersonType to avoid test on rabbittype
[lugaru.git] / Source / Objects / PersonType.hpp
index 09333ba4d61144a8b70303cc94d4183fbbe31312..512b8a8be854e2388503e9ce4b150db700bc046b 100644 (file)
@@ -60,6 +60,8 @@ public:
     float power;
     unsigned int defaultDamageTolerance;
     float defaultScale;
+    bool hasClaws;
+    bool clothes;
 
     GLubyte bloodText[512 * 512 * 3] = { 0 };