This commit is contained in:
kevinz000
2020-01-25 23:11:36 -07:00
parent 1b7a7737de
commit 0b119cbd52
+1 -1
View File
@@ -84,7 +84,7 @@
if(isliving(M) && !M.anchored && is_in_our_pool(M))
step_towards(M, src)
whirl_mob(M)
if(ishuman(M))
if(ishuman(M) && (get_dist(M, src) <= 1))
var/mob/living/carbon/human/H = M
playsound(src, pick('sound/misc/crack.ogg','sound/misc/crunch.ogg'), 50, TRUE)
if(H.lying) //down for any reason