mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Stop MULEbots from running over passengers. (#30601)
* Stop MULEbots from running over passengers. Fixes #29022, #28234 * Thanks, linters.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user