Readded amputation sound

This commit is contained in:
ZioPao
2023-11-21 02:25:49 +01:00
parent 0d3b82aee3
commit 74508a9ed1
8 changed files with 43 additions and 19 deletions

View File

@@ -101,7 +101,7 @@ end
---@class ItemsHandler.Zombie
ItemsHandler.Zombie = {}
---comment
---Set an amputation to a zombie
---@param zombie IsoZombie
function ItemsHandler.Zombie.SpawnAmputationItem(zombie)
-- TODO Set texture ID
@@ -124,7 +124,7 @@ function ItemsHandler.Zombie.SpawnAmputationItem(zombie)
end
-- TODO COnsider highest amputation
-- TODO Consider highest amputation
local usableClothingAmputations = {}
for i=1, #StaticData.LIMBS_STR do