X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FObjects%2FPersonType.cpp;fp=Source%2FObjects%2FPersonType.cpp;h=0cf880c12d9bf7d36bef4111726dd582af6ef4f5;hp=c1a3aec9a8cd52d7351b3a03dc4552ed4d5eef58;hb=265236f7b4d05d576a4a6fd81823abff5f3f757b;hpb=a4fa4c9e3d7087b3789ff16238089547e78b818f diff --git a/Source/Objects/PersonType.cpp b/Source/Objects/PersonType.cpp index c1a3aec..0cf880c 100644 --- a/Source/Objects/PersonType.cpp +++ b/Source/Objects/PersonType.cpp @@ -81,6 +81,7 @@ void PersonType::Load() types[wolftype].hasClaws = true; types[wolftype].clothes = false; types[wolftype].maxRunSpeed = 75; + types[wolftype].knifeCatchingType = 1; /* Rabbit */ types[rabbittype].proportions[0] = 1.2; @@ -137,4 +138,5 @@ void PersonType::Load() types[rabbittype].hasClaws = false; types[rabbittype].clothes = true; types[rabbittype].maxRunSpeed = 55; + types[rabbittype].knifeCatchingType = 0; }