help
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
-- CutLimb
|
||||
function TheOnlyCure.CheckIfStillInfected(toc_data)
|
||||
|
||||
if toc_data == nil then
|
||||
return
|
||||
end
|
||||
-- Check ALL body part types to check if the player is still gonna die
|
||||
local check = false
|
||||
|
||||
|
||||
for _, v in ipairs(GetBodyParts()) do
|
||||
if toc_data[v].is_infected then
|
||||
check = true
|
||||
|
||||
Reference in New Issue
Block a user