]> 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 119fa20e95c208103b1704489e881af42664c200..512b8a8be854e2388503e9ce4b150db700bc046b 100644 (file)
@@ -58,6 +58,10 @@ public:
     std::vector<std::string> skins;
 
     float power;
+    unsigned int defaultDamageTolerance;
+    float defaultScale;
+    bool hasClaws;
+    bool clothes;
 
     GLubyte bloodText[512 * 512 * 3] = { 0 };