Skip to content

Commit

Permalink
Fix bug where your clothes would come off
Browse files Browse the repository at this point in the history
The renaming of buckets caused the game to get confused when loading
your equipment on game load and would unequip all your clothes
  • Loading branch information
jhaakma committed Aug 7, 2021
1 parent 68def0f commit 8abed9a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Data Files/MWSE/mods/mer/ashfall/config/overrides.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,19 @@ local overrides = {
value = 10,
},

--[[
Vanilla bug causes items to be unequipped on first load if inventory item named have changed
So we aren't renaming things anymore.
]]

--cooking equipment
["misc_com_bucket_metal"] = {
name = "Bucket: Metal",
--name = "Bucket: Metal",
value = 15
},
["misc_com_bucket_01"] = {
name = "Bucket: Wood",
--name = "Bucket: Wood",
value = 15
},
["misc_com_iron_ladle"] = {
Expand Down

0 comments on commit 8abed9a

Please sign in to comment.