From cbc79e9d9481600b89494fc5d26d036c8205033e Mon Sep 17 00:00:00 2001 From: NullBite Date: Sat, 21 Oct 2023 02:36:53 -0400 Subject: [PATCH] Change angle of mermaid tail when sitting --- script.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.lua b/script.lua index 1ecb943..d21cd51 100644 --- a/script.lua +++ b/script.lua @@ -614,7 +614,7 @@ function animateMTail(val) -- vanilla_model.JACKET:setRot(vec( -wave(val, period, math.rad(3)), 0, 0 )) if player:getVehicle() then - TAIL_BONES[1]:setRot(vec(80,0,0)) + TAIL_BONES[1]:setRot(vec(85,0,0)) else resetAngles(model.Body) model.Body:setRot(vec( wave(val, period, 3), 0, 0 ))