Cleaned some stuff

This commit is contained in:
Pao
2023-01-20 02:14:21 +01:00
parent 101c19dde7
commit de9d201e28
3 changed files with 20 additions and 22 deletions

View File

@@ -95,6 +95,8 @@ end
local og_ISInventoryPaneGetActualItems = ISInventoryPane.getActualItems
function ISInventoryPane.getActualItems(items)
-- TODO add an exception for installed prosthesis, make them unequippable automatically from here and get the correct obj
local ret = og_ISInventoryPaneGetActualItems(items)
-- This is gonna be slower than just overriding the function but hey it's more compatible