Update human.dm

This commit is contained in:
timothyteakettle
2020-11-03 22:59:24 +00:00
parent d500a12b70
commit 3d2c07be82
@@ -212,7 +212,7 @@
// called when something steps onto a human
// this could be made more general, but for now just handle mulebot
/mob/living/carbon/human/Crossed(atom/movable/AM)
..()
SEND_SIGNAL(src, COMSIG_MOVABLE_CROSSED, AM)
var/mob/living/simple_animal/bot/mulebot/MB = AM
if(istype(MB))
MB.RunOver(src)