From 3c7457af8e79c189d858cc9e84c29af4555c4f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Sat, 14 Aug 2021 12:42:09 -0700 Subject: [PATCH] oops forgot to remove that --- MWSE/mods/celediel/ASinkingFeeling/main.lua | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/MWSE/mods/celediel/ASinkingFeeling/main.lua b/MWSE/mods/celediel/ASinkingFeeling/main.lua index d8490b4..ef8dc6b 100644 --- a/MWSE/mods/celediel/ASinkingFeeling/main.lua +++ b/MWSE/mods/celediel/ASinkingFeeling/main.lua @@ -125,18 +125,6 @@ local function sinkInWater(e) break end end - --[[ - elseif config.mode == common.modes.equippedArmour.value then - downPull, debugStr = formulas.equippedArmour(actor, ref) - elseif config.mode == common.modes.allEquipment.value then - downPull, debugStr = formulas.allEquipment(actor, ref) - elseif config.mode == common.modes.allEquipmentNecroEdit.value then - downPull, debugStr = formulas.allEquipmentNecroEdit(actor, ref) - elseif config.mode == common.modes.encumbrancePercentage.value then - downPull, debugStr = formulas.encumbrancePercentage(mobile, ref) - elseif config.mode == common.modes.worstCaseScenario.value then - downPull, debugStr = formulas.worstCaseScenario(actor, mobile, ref) - --]] end -- reset if levitating