oops leftover working title

This commit is contained in:
Lilian Jónsdóttir 2021-08-07 23:06:33 -07:00
parent e5d333e1cf
commit f0c5bc190e

View file

@ -7,6 +7,6 @@ this.modInfo = "No longer can you swim in heavy plate, now your armour, equipmen
this.version = "1.0.0" this.version = "1.0.0"
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", "Armoured Sinking", string.format(...)) end this.log = function(...) mwse.log("[%s] %s", this.modName, string.format(...)) end
return this return this