X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FObjects%2FPersonType.cpp;fp=Source%2FObjects%2FPersonType.cpp;h=521a02cf2bf956fc8f8e50713e2a71a87af69ad9;hp=3dd392842d63bc2edbf5b604dc12bcbe2285f46b;hb=bb302fb1d9936b1ab630a800698ab7b867472a7d;hpb=8f372db25c010303cc25868b48cb5c0d0a540067 diff --git a/Source/Objects/PersonType.cpp b/Source/Objects/PersonType.cpp index 3dd3928..521a02c 100644 --- a/Source/Objects/PersonType.cpp +++ b/Source/Objects/PersonType.cpp @@ -79,6 +79,7 @@ void PersonType::Load() types[wolftype].defaultDamageTolerance = 300; types[wolftype].defaultScale = .23; types[wolftype].hasClaws = true; + types[wolftype].clothes = false; /* Rabbit */ types[rabbittype].proportions[0] = 1.2; @@ -133,4 +134,5 @@ void PersonType::Load() types[rabbittype].defaultDamageTolerance = 200; types[rabbittype].defaultScale = .2; types[rabbittype].hasClaws = false; + types[rabbittype].clothes = true; }