diff --git a/MWSE/mods/celediel/ASinkingFeeling/main.lua b/MWSE/mods/celediel/ASinkingFeeling/main.lua index 5c4dc90..608db51 100644 --- a/MWSE/mods/celediel/ASinkingFeeling/main.lua +++ b/MWSE/mods/celediel/ASinkingFeeling/main.lua @@ -76,7 +76,7 @@ local function sinkInWater(e) end -- finally add down-pull from configured formula to tes3.mobilePlayer.velocity.z to simulate being pulled down - tes3.mobilePlayer.velocity.z = -downPull + mobile.velocity.z = -downPull end local function onInitialized()