missed this one

This commit is contained in:
AnturK
2018-03-31 16:32:34 +02:00
parent 5ad59da350
commit 2a2fed3899
+1 -1
View File
@@ -85,7 +85,7 @@
/mob/living/proc/apply_effect(effect = 0,effecttype = STUN, blocked = FALSE)
/mob/living/proc/apply_effect(effect = 0,effecttype = EFFECT_STUN, blocked = FALSE)
var/hit_percent = (100-blocked)/100
if(!effect || (hit_percent <= 0))
return 0