Fixing healing mechanisms

This commit is contained in:
ZioPao
2023-11-16 01:42:56 +01:00
parent 26f7867320
commit 9a4d07900c
4 changed files with 70 additions and 11 deletions

View File

@@ -165,6 +165,7 @@ function CutLimbHandler:checkItem(item)
TOC_DEBUG.print("checkItem: " .. tostring(itemType))
if CheckIfSaw(itemType) then
TOC_DEBUG.print("added to list -> " .. itemType)
self:addItem(self.items.ITEMS, item)
end
end