diff --git a/nhf/touhou/houjuu_nue/wing.py b/nhf/touhou/houjuu_nue/wing.py index b05ca9d..1032772 100644 --- a/nhf/touhou/houjuu_nue/wing.py +++ b/nhf/touhou/houjuu_nue/wing.py @@ -1388,7 +1388,7 @@ class WingL(WingProfile): assert self.wrist_height <= self.shoulder_joint.height self.wrist_bot_loc = self.wrist_bot_loc.with_angle_2d(self.wrist_angle) - self.wrist_joint.angle_neutral = self.wrist_bot_loc.to2d_rot() + 50.0 + self.wrist_joint.angle_neutral = self.wrist_bot_loc.to2d_rot() * 0.7 + 30.0 self.wrist_rotate = -self.wrist_joint.angle_neutral self.shoulder_joint.flip = True