oops leftover working title
This commit is contained in:
parent
e5d333e1cf
commit
f0c5bc190e
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ this.modInfo = "No longer can you swim in heavy plate, now your armour, equipmen
|
|||
this.version = "1.0.0"
|
||||
this.configString = string.gsub(this.modName, "%s+", "")
|
||||
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
|
Loading…
Add table
Reference in a new issue