Some more refactoring

This commit is contained in:
Pao
2023-02-05 03:30:49 +01:00
parent 2fd686b89b
commit f5d6ff7f9a
13 changed files with 114 additions and 59 deletions

View File

@@ -58,7 +58,7 @@ function ISUninstallProsthesis:perform()
SendUnequipProsthesis(self.patient, self.part_name, self.item)
else
TheOnlyCure.UnequipProsthesis(self.patient, self.part_name, self.item)
TheOnlyCure.TocUnequipProsthesis(self.patient, self.part_name, self.item)
end
ISBaseTimedAction.perform(self)