Moved more stuff

This commit is contained in:
Pao
2023-01-20 02:22:13 +01:00
parent 8deaec2bbe
commit 8073680118
11 changed files with 33 additions and 209 deletions

View File

@@ -7,7 +7,6 @@ end
-----------------------------------------
-- MP HANDLING CHECKS
function CheckIfCanBeCut(part_name)
-- This is just for MP handling... Not enough to check everything
local toc_data = getPlayer():getModData().TOC
local check = (not toc_data.Limbs[part_name].is_cut) and (not CheckIfProsthesisAlreadyInstalled(toc_data.Limbs, part_name))