I said fixed.

This commit is contained in:
Pao
2023-01-12 22:32:33 +01:00
parent 2999fe7bf3
commit 650159a046
3 changed files with 13 additions and 8 deletions

View File

@@ -87,9 +87,9 @@ function ISCutLimb:perform()
end
if self.patient ~= self.surgeon and isClient() then
SendCutArm(self.patient, self.partName, surgeonFact, useBandage, bandageAlcool, usePainkiller, painkillerCount);
SendCutLimb(self.patient, self.part_name, surgeon_factor, bandage_table, painkiller_table)
else
CutArm(self.partName, surgeonFact, useBandage, bandageAlcool, usePainkiller, painkillerCount);
TheOnlyCure.CutLimb(self.part_name, surgeon_factor, bandage_table, painkiller_table)
end
self.surgeon:getXp():AddXP(Perks.Doctor, 400);