Added modchecker and modified how sound is handled

This commit is contained in:
Pao
2023-03-01 15:24:03 +01:00
parent 515788dc24
commit d2f5c05d10
7 changed files with 56 additions and 16 deletions

View File

@@ -211,8 +211,8 @@ function ISWearClothing:isValid()
end
-- This is to manage the watches, we don't want them equipped over an amputated limb of course
local og_ISWearClothingExtraAction = ISClothingExtraAction.isValid
function ISClothingExtraAction:isValid()
local baseCheck = og_ISWearClothingExtraAction(self)