Apply the flying animation for lion tails when swimming as well

This commit is contained in:
Sollace 2023-03-28 16:03:16 +01:00
parent dece23eed1
commit 15e163bb05

View file

@ -36,7 +36,7 @@ public class LionTail implements IPart {
straightness += 0.5F;
}
if (attributes.isGoingFast) {
if (attributes.isGoingFast || attributes.isSwimming) {
straightness *= 2;
}