]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/PersonType.hpp
Moved knife catching test to a method and removed hardcoded rabbittype test
[lugaru.git] / Source / Objects / PersonType.hpp
index 1d48a719975437721fbf9e2537317e89c3a0a397..f981113bf536fd5fd77642dacede336448cc0b05 100644 (file)
@@ -57,6 +57,14 @@ public:
 
     std::vector<std::string> skins;
 
+    float power;
+    unsigned int defaultDamageTolerance;
+    float defaultScale;
+    bool hasClaws;
+    bool clothes;
+    unsigned int maxRunSpeed;
+    unsigned int knifeCatchingType;
+
     GLubyte bloodText[512 * 512 * 3] = { 0 };
 
     PersonType();