Some More stuff

This commit is contained in:
Pao
2023-02-26 22:01:14 +01:00
parent 6d2be51cd4
commit a536980d12
16 changed files with 314 additions and 315 deletions

View File

@@ -41,7 +41,7 @@ JCIO_Compat.MapOldDataToNew = function(modData)
print("JCIO: found old data from TOC")
TocResetEverything()
JCIO_Cheat.ResetEverything()
-- Another check just in case the user is using Mr Bounty og version. I really don't wanna map that out so let's just reset everything directly
@@ -124,7 +124,7 @@ JCIO_Compat.MapOldDataToNew = function(modData)
if modData.JCIO.limbs[newName].isCut then
print("JCIO: Found old cut limb, reapplying model")
local cloth = getPlayer():getInventory():AddItem(TocFindAmputatedClothingFromPartName(newName))
local cloth = getPlayer():getInventory():AddItem(JCIO_Common.FindAmputatedClothingName(newName))
getPlayer():setWornItem(cloth:getBodyLocation(), cloth)
end