Renamed some stuff, working tourniquet

This commit is contained in:
ZioPao
2024-03-29 02:15:42 +01:00
parent 3a3d58e8a0
commit 883a84412b
7 changed files with 94 additions and 36 deletions

View File

@@ -67,6 +67,8 @@ function HandleZombiesAmputations(player, zombie, handWeapon, damage)
-- TODO Check type of weapon. No hands, only knifes or such
if damage < 3 or ZombRand(0,100) < 25 then return end
TOC_DEBUG.print(handWeapon:getName())