Fixed typo, fixed some shit on my end

This commit is contained in:
Pao
2023-01-09 23:25:58 +01:00
parent 4e4d7752f2
commit 49b3c5563a
2 changed files with 12 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ function ISOperateArm:findArgs()
local weight = math.floor(self.kit:getWeight() * 10 + 0.5)
if weight == 1 then
surgeonFact = surgeonFact + 2;
elseif weight == surgeonFact2 then
elseif weight == surgeonFact then
surgeonFact = surgeonFact + 4;
elseif weight == 3 then
surgeonFact = surgeonFact + 6;