X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FObjects%2FPerson.cpp;h=abd35f9952349be276cd7f8e48ae2225a8e75937;hp=f020f5e67a9990f8423dbb6b05b71faea3d41944;hb=845b8ad33ffc79190b6c89e22fa2a7e9913a1e16;hpb=61122a635fae9aac4df5c4dafc4443436dbb9c4f diff --git a/Source/Objects/Person.cpp b/Source/Objects/Person.cpp index f020f5e..abd35f9 100644 --- a/Source/Objects/Person.cpp +++ b/Source/Objects/Person.cpp @@ -435,10 +435,13 @@ Person::Person(FILE* tfile, int mapvers, unsigned i) loaded = true; + if (creature == wolftype) { + damagetolerance = 300; + } + if (scale < 0) { if (creature == wolftype) { scale = .23; - damagetolerance = 300; } else { scale = .2; }