still more stuff

This commit is contained in:
Pao
2023-02-26 20:00:22 +01:00
parent 7c13ed30c9
commit a2e906b318
13 changed files with 149 additions and 125 deletions

View File

@@ -58,7 +58,7 @@ function ISInstallProsthesis:perform()
SendEquipProsthesis(self.patient, self.part_name, self.item, prosthesis_base_name)
else
TocEquipProsthesis(self.part_name, self.item, prosthesis_base_name)
JCIO.EquipProsthesis(self.part_name, self.item, prosthesis_base_name)
end

View File

@@ -59,7 +59,7 @@ function ISOperateLimb:perform()
if self.patient ~= self.surgeon and isClient() then
SendOperateLimb(self.patient, self.part_name, surgeon_factor, use_oven)
else
TocOperateLimb(self.part_name, surgeon_factor, use_oven)
JCIO.OperateLimb(self.part_name, surgeon_factor, use_oven)
end
self.surgeon:getXp():AddXP(Perks.Doctor, 400)