Update damage_procs.dm

This commit is contained in:
YakumoChen
2019-10-23 00:14:52 +00:00
committed by GitHub
parent ffd160ebe8
commit 1e0f31ad4a
@@ -37,5 +37,5 @@
else if(damage_coeff[CLONE])
. = adjustHealth(amount * damage_coeff[CLONE] * CONFIG_GET(number/damage_multiplier), updating_health, forced)
/mob/living/simple_animal/adjustStaminaLoss(amount)
/mob/living/simple_animal/adjustStaminaLoss(amount, forced = FALSE)
return