- Fixed some MP checks

- New prost for lower arm males
This commit is contained in:
Pao
2023-01-26 21:46:50 +01:00
parent e29bb1c9df
commit 79fd46a808
8 changed files with 13 additions and 17 deletions

View File

@@ -95,7 +95,6 @@ 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