That's a lot of stuff, fixed X on online UI, prosthesis unequipping, prosthesis equipping for MP, ecc.

This commit is contained in:
Pao
2023-01-22 19:37:11 +01:00
parent ccbd88b2a7
commit 36bee73878
11 changed files with 370 additions and 114 deletions

View File

@@ -125,8 +125,12 @@ function ISCutLimb:perform()
end
function ISCutLimb:new(patient, surgeon, part_name)
-- TODO align surgeon, patient not patient, surgeon
local o = {}
setmetatable(o, self)
setmetatable(o, self) -- TODO what's this crap?
self.__index = self
o.part_name = part_name
o.character = surgeon -- For anim