mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'fix_husk_brute_singlestrike' into 'master'
fix_husk_brute_singlestrike See merge request veloren/veloren!3832
This commit is contained in:
commit
1e93648081
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user