Even more renaming
This commit is contained in:
@@ -61,7 +61,7 @@ function JCIO_CutLimbAction:start()
|
||||
end
|
||||
|
||||
if self.patient == self.surgeon then
|
||||
TocDamagePlayerDuringAmputation(self.patient, self.partName)
|
||||
JCIO.DamagePlayerDuringAmputation(self.patient, self.partName)
|
||||
else
|
||||
sendClientCommand(self.surgeon, "JCIO", "AskDamageOtherPlayer", {self.patient:getOnlineID(), self.partName})
|
||||
end
|
||||
|
||||
@@ -65,7 +65,7 @@ function JCIO_UninstallProsthesisAction:new(surgeon, patient, partName)
|
||||
|
||||
local limbsData = patient:getModData().JCIO.limbs
|
||||
|
||||
o.item = TocFindItemInProstBodyLocation(partName, patient)
|
||||
o.item = JCIO_Common.FindItemInProstBodyLocation(partName, patient)
|
||||
o.character = surgeon -- For animation purposes
|
||||
|
||||
o.patient = patient
|
||||
|
||||
Reference in New Issue
Block a user