Added NormalArm

This commit is contained in:
ZioPao
2023-11-16 01:02:23 +01:00
parent f7bd45420b
commit 26f7867320
25 changed files with 194 additions and 96 deletions

View File

@@ -8,7 +8,17 @@ local ItemsHandler = require("TOC/Handlers/ItemsHandler")
-------------------
local function test(zombie, character, bodyPartType, handWeapon)
ItemsHandler.Zombie.SpawnAmputationItem(zombie)
--ItemsHandler.Zombie.SpawnAmputationItem(zombie)
end
Events.OnHitZombie.Add(test)
Events.OnHitZombie.Add(test)
-- local function test2(zombie, player, handWeapon, damage)
-- if not instanceof(zombie, "IsoZombie") then return end
-- print(zombie)
-- end
-- Events.OnWeaponHitCharacter.Add(test2)