I said, changed some todos.

This commit is contained in:
Pao
2023-01-15 17:52:36 +01:00
parent 86ebb72d49
commit 505a3cc7e2
5 changed files with 13 additions and 8 deletions

View File

@@ -22,8 +22,8 @@ function TocOperateLocal(_, patient, surgeon, part_name, use_oven)
end
function TocEquipProsthesisLocal(_, patient, surgeon, part_name)
-- TODO probably completely broken for MP
-- TODO this is really janky
-- TODO probably completely broken for MP
-- TODO this is really janky
local surgeon_inventory = surgeon:getInventory()
local prosthesis_to_equip = surgeon_inventory:getItemFromType('TOC.MetalHand') or
surgeon_inventory:getItemFromType('TOC.MetalHook') or