fix_ngoubou_jaw

This commit is contained in:
flo666 2023-03-20 22:07:23 +01:00
parent d6fdc2637b
commit 897d1e5fe5
2 changed files with 2 additions and 2 deletions

View File

@ -1869,7 +1869,7 @@
central: ("npc.ngoubou.male.neck"),
),
jaw: (
offset: (-2.5, -7.0, -3.0),
offset: (-2.5, 0.0, -3.0),
central: ("npc.ngoubou.male.jaw"),
),
torso_front: (

View File

@ -314,7 +314,7 @@ impl<'a> From<&'a Body> for SkeletonAttr {
(Moose, Female) => (6.0, -2.5),
(Snowleopard, _) => (3.0, -3.0),
(Mammoth, _) => (9.5, -3.0),
(Ngoubou, _) => (8.5, -4.0),
(Ngoubou, _) => (1.5, -4.0),
(Llama, _) => (4.0, -1.0),
(Alpaca, _) => (3.0, -2.5),
(Akhlut, _) => (0.0, -4.5),