From be6e7b7ac4bca9b526dfdad50250a046303335f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Mon, 9 Aug 2021 09:52:16 -0700 Subject: [PATCH] version bump --- MWSE/mods/celediel/ASinkingFeeling/common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MWSE/mods/celediel/ASinkingFeeling/common.lua b/MWSE/mods/celediel/ASinkingFeeling/common.lua index a871586..245ae73 100644 --- a/MWSE/mods/celediel/ASinkingFeeling/common.lua +++ b/MWSE/mods/celediel/ASinkingFeeling/common.lua @@ -5,7 +5,7 @@ this.author = "Celediel" this.modInfo = "No longer can you swim in heavy plate; now your armour, equipment, or carried items drag you down while swimming.\n" .. "Options exist for formulas based on equipped armour weight class, total equipment weight or encumbrance percentage.\n\n" .. "What is dead may never die." -this.version = "1.0.3" +this.version = "1.0.4" this.configString = string.gsub(this.modName, "%s+", "") this.modes = {equippedArmour = 0, allEquipment = 1, encumbrancePercentage = 2} this.log = function(...) mwse.log("[%s] %s", this.modName, string.format(...)) end