Fixed some stuff that I broke

This commit is contained in:
Pao
2023-01-10 21:03:13 +01:00
parent eb72635b6d
commit 2486442a19
6 changed files with 27 additions and 20 deletions

View File

@@ -58,7 +58,6 @@ local function initVariable(_, player)
Bodyparts = { "RightHand", "RightForearm", "RightArm", "LeftHand", "LeftForearm", "LeftArm"}
modData.TOC = {
RightHand = {},
@@ -70,7 +69,7 @@ local function initVariable(_, player)
LeftArm = {}
}
for k,v in pairs(Bodyparts) do
for k,v in pairs(GetBodyParts()) do
modData.TOC[v].is_cut = false
modData.TOC[v].is_infected = false
modData.TOC[v].is_operated = false