Merge pull request #13655 from timothyteakettle/haha-slip-go-brrr

fixes held items proccing crossed when passing someone
This commit is contained in:
silicons
2020-11-07 00:31:07 -07:00
committed by GitHub
@@ -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)