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

@@ -22,7 +22,7 @@ function ISBaseTimedAction:adjustMaxTime(maxTime)
local modifiedMaxTime = originalMaxTime
local burnFactor = 1.3 -- TODO Move this crap
for _, partName in pairs(GetBodyParts()) do
for _, partName in pairs(JCIO_Common.GetPartNames()) do
if limbsData[partName].isCut then