]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/PersonType.hpp
Moved default scale and default damage tolerance to PersonType.
[lugaru.git] / Source / Objects / PersonType.hpp
index 1d48a719975437721fbf9e2537317e89c3a0a397..09333ba4d61144a8b70303cc94d4183fbbe31312 100644 (file)
@@ -57,6 +57,10 @@ public:
 
     std::vector<std::string> skins;
 
+    float power;
+    unsigned int defaultDamageTolerance;
+    float defaultScale;
+
     GLubyte bloodText[512 * 512 * 3] = { 0 };
 
     PersonType();