did an oopsie before, fixed uninstalling prosthesis

This commit is contained in:
Pao
2023-01-13 18:07:07 +01:00
parent 8429164c72
commit 416fcfb9a2
10 changed files with 305 additions and 127 deletions

View File

@@ -23,11 +23,12 @@ end
function ISCutLimb:start()
if self.patient == self.surgeon then
self:setActionAnim("WearClothing") -- TODO Change it to a better animation
self:setAnimVariable("WearClothingLocation", "Jacket")
self:setActionAnim("SawLog") -- TODO Change it to a better animation
--self:setAnimVariable("WearClothingLocation", "Jacket")
else
self:setActionAnim("Loot")
self.patient:SetVariable("LootPosition", "Mid")
self:setActionAnim("SawLog")
-- TODO Point at patient
--self.patient:SetVariable("LootPosition", "Mid")
end
end