]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/PersonType.hpp
Added hasClaws property for PersonType
[lugaru.git] / Source / Objects / PersonType.hpp
index 1d48a719975437721fbf9e2537317e89c3a0a397..e39e4548472b1eae403e623d27ba3791bef61d9c 100644 (file)
@@ -57,6 +57,11 @@ public:
 
     std::vector<std::string> skins;
 
+    float power;
+    unsigned int defaultDamageTolerance;
+    float defaultScale;
+    bool hasClaws;
+
     GLubyte bloodText[512 * 512 * 3] = { 0 };
 
     PersonType();