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