corrected some wrong checks

This commit is contained in:
Pao
2023-01-15 04:45:45 +01:00
parent 80725cf56d
commit f35c8ca9ca
3 changed files with 14 additions and 4 deletions

View File

@@ -38,7 +38,9 @@ function ISCutLimb:start()
local body_damage = self.patient:getBodyDamage()
local body_damage_part = body_damage:getBodyPart(body_part_type)
body_damage_part:setBleeding(true)
body_damage_part:setCut(true)
body_damage_part:setBleedingTime(ZombRand(10,20))
end