Added some descriptions to the oven operation

This commit is contained in:
ZioPao
2023-11-11 04:15:25 +01:00
parent e8269899b0
commit 78942d2e78
4 changed files with 37 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ end
---Adds the actions to the inventory context menu
---@param surgeonNum number
---@param context ISUIElement
---@param context ISContextMenu
local function AddInventoryAmputationOptions(surgeonNum, context)
local surgeonObj = getSpecificPlayer(surgeonNum)
local option = context:addOption(getText("ContextMenu_Amputate"), nil)