Stop MULEbots from running over passengers. (#30601)

* Stop MULEbots from running over passengers. Fixes #29022, #28234

* Thanks, linters.
This commit is contained in:
Alan
2025-10-03 01:43:05 +00:00
committed by GitHub
parent 971132edb3
commit 3d969b125d
@@ -882,6 +882,8 @@
for(var/atom/AM in loc)
if(!ishuman(AM))
continue
if(has_buckled_mobs() && (AM in buckled_mobs)) // Can't run over someone buckled to the top.
continue
RunOver(AM)
#undef SIGH