From 2b5c2711fe5f02c3789cf4ad12b8f35ba2032130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Sun, 8 Aug 2021 18:41:07 -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 5c4d277..e73f479 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.1" +this.version = "1.0.2" 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