Bunch of cleaning on old todos
This commit is contained in:
@@ -26,15 +26,8 @@ local function SetCompatibilityFancyHandwork()
|
||||
local limbs_data = getPlayer():getModData().TOC.Limbs
|
||||
local can_be_held = {}
|
||||
|
||||
-- TODO not totally realiable
|
||||
TocPopulateCanBeHeldTable(can_be_held, limbs_data)
|
||||
|
||||
|
||||
-- for _, test in pairs(can_be_held) do
|
||||
-- print(test)
|
||||
-- end
|
||||
--ISInventoryPaneContextMenu.transferIfNeeded(self.chr, item)
|
||||
|
||||
-- If we already have the item equipped
|
||||
if (primary and primary == item) or (secondary and secondary == item) then
|
||||
ISTimedActionQueue.add(ISUnequipAction:new(self.chr, item, 20))
|
||||
@@ -83,7 +76,6 @@ local function SetCompatibilityFancyHandwork()
|
||||
|
||||
local og_FHSwapHandsAction = FHSwapHandsAction.start
|
||||
|
||||
|
||||
function FHSwapHandsAction:isValid()
|
||||
local limbs_data = getPlayer():getModData().TOC.Limbs
|
||||
local can_be_held = {}
|
||||
|
||||
Reference in New Issue
Block a user