From 226942e9310d1a4180a45c128dd9234b154f4a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Sun, 8 Aug 2021 20:01:47 -0700 Subject: [PATCH] version bump again --- 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 e73f479..a871586 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.2" +this.version = "1.0.3" 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