This commit is contained in:
IWonderWhatThisAPIDoes 2024-04-17 09:45:48 +01:00 committed by GitHub
commit ebb14a8558
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1503,7 +1503,7 @@ void geometry_information::prepare_shapes() {
bshape(shHood, PPR::MONSTER_HAT0, scalefactor, 123);
bshape(shPirateHood, PPR::MONSTER_HAT0, scalefactor, 125);
bshape(shEyepatch, PPR::MONSTER_HAT1, scalefactor, 126);
bshape(shPHead, PPR::MONSTER_HEAD, scalefactor, 127);
bshape(shPHead, PPR::MONSTER_HAIR, scalefactor, 127);
shGolemhead = shDisk; shGolemhead.prio = PPR::MONSTER_HEAD;
bshape(shFemaleHair, PPR::MONSTER_HAIR, scalefactor, 128);
bshape(shWitchHair, PPR::MONSTER_HAIR, scalefactor, 129);