Starting rewriting stuff to rename the mod

This commit is contained in:
Pao
2023-02-26 18:56:41 +01:00
parent 42ffca3dba
commit 65697cff04
18 changed files with 276 additions and 291 deletions

View File

@@ -1,5 +1,5 @@
------------------------------------------
-------- THE ONLY CURE BUT BETTER --------
-------- JUST CUT IT OFF --------
------------------------------------------
------------ DEBUG FUNCTIONS -------------
@@ -42,12 +42,12 @@ function TocResetEverything()
toc_traits:remove("Amputee_UpperArm")
TOC.Init(_, player)
JCIO.Init(_, player)
-- Destroy the amputation or prosthesis item
for _, side in pairs(TOC.side_names) do
for _, limb in pairs(TOC.limb_names) do
for _, side in pairs(JCIO.sideNames) do
for _, limb in pairs(JCIO.limbNames) do
local part_name = side .. "_" .. limb
local amputation_item_name = TocFindAmputationOrProsthesisName(part_name, player, "Amputation")