X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FObjects%2FPersonType.cpp;fp=Source%2FObjects%2FPersonType.cpp;h=c1a3aec9a8cd52d7351b3a03dc4552ed4d5eef58;hp=521a02cf2bf956fc8f8e50713e2a71a87af69ad9;hb=a4fa4c9e3d7087b3789ff16238089547e78b818f;hpb=bb302fb1d9936b1ab630a800698ab7b867472a7d diff --git a/Source/Objects/PersonType.cpp b/Source/Objects/PersonType.cpp index 521a02c..c1a3aec 100644 --- a/Source/Objects/PersonType.cpp +++ b/Source/Objects/PersonType.cpp @@ -80,6 +80,7 @@ void PersonType::Load() types[wolftype].defaultScale = .23; types[wolftype].hasClaws = true; types[wolftype].clothes = false; + types[wolftype].maxRunSpeed = 75; /* Rabbit */ types[rabbittype].proportions[0] = 1.2; @@ -135,4 +136,5 @@ void PersonType::Load() types[rabbittype].defaultScale = .2; types[rabbittype].hasClaws = false; types[rabbittype].clothes = true; + types[rabbittype].maxRunSpeed = 55; }