X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FObjects%2FPersonType.hpp;h=09333ba4d61144a8b70303cc94d4183fbbe31312;hp=119fa20e95c208103b1704489e881af42664c200;hb=ce51a88a16d2e7af222929546d250eba4acb299d;hpb=b35798eb8ef5e05a4574bbf1115c31a504496616 diff --git a/Source/Objects/PersonType.hpp b/Source/Objects/PersonType.hpp index 119fa20..09333ba 100644 --- a/Source/Objects/PersonType.hpp +++ b/Source/Objects/PersonType.hpp @@ -58,6 +58,8 @@ public: std::vector skins; float power; + unsigned int defaultDamageTolerance; + float defaultScale; GLubyte bloodText[512 * 512 * 3] = { 0 };