fix_husk_brute_singlestrike

This commit is contained in:
flo666 2023-03-15 20:32:22 +01:00
parent 4a72979de1
commit 472ef6b823

View File

@ -427,7 +427,7 @@ impl Animation for AlphaAnimation {
* Quaternion::rotation_y(-2.8 + move1 * 3.0 + move2 * -3.0)
* Quaternion::rotation_z(move1 * -1.5);
},
Some("common.abilities.custom.husk.singlestrike") => {
Some("common.abilities.custom.husk_brute.singlestrike") => {
next.shoulder_l.position =
Vec3::new(-s_a.shoulder.0, s_a.shoulder.1, s_a.shoulder.2);
next.shoulder_r.position =