mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Merge pull request #14473 from SabreML/vehicle-pushing
Makes robotics bots go under vehicles rather than pushing them
This commit is contained in:
@@ -33,6 +33,13 @@
|
||||
QDEL_NULL(inserted_key)
|
||||
return ..()
|
||||
|
||||
// So that beepsky can't push the janicart
|
||||
/obj/vehicle/CanPass(atom/movable/mover, turf/target, height)
|
||||
if(istype(mover) && mover.checkpass(PASSMOB))
|
||||
return TRUE
|
||||
else
|
||||
return ..()
|
||||
|
||||
/obj/vehicle/examine(mob/user)
|
||||
. = ..()
|
||||
if(key_type)
|
||||
|
||||
Reference in New Issue
Block a user