version bump

This commit is contained in:
Lilian Jónsdóttir 2021-08-09 09:52:16 -07:00
parent 59143cd6d0
commit be6e7b7ac4

View file

@ -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" .. 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" .. "Options exist for formulas based on equipped armour weight class, total equipment weight or encumbrance percentage.\n\n" ..
"What is dead may never die." "What is dead may never die."
this.version = "1.0.3" this.version = "1.0.4"
this.configString = string.gsub(this.modName, "%s+", "") this.configString = string.gsub(this.modName, "%s+", "")
this.modes = {equippedArmour = 0, allEquipment = 1, encumbrancePercentage = 2} this.modes = {equippedArmour = 0, allEquipment = 1, encumbrancePercentage = 2}
this.log = function(...) mwse.log("[%s] %s", this.modName, string.format(...)) end this.log = function(...) mwse.log("[%s] %s", this.modName, string.format(...)) end