mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 02:57:48 +01:00
AIs can no longer be pushed in disposal chutes (#16136)
This commit is contained in:
@@ -286,7 +286,7 @@
|
||||
return
|
||||
|
||||
/obj/machinery/disposal/deliveryChute/Bumped(atom/movable/AM) //Go straight into the chute
|
||||
if(istype(AM, /obj/item/projectile)) return
|
||||
if(istype(AM, /obj/item/projectile) || isAI(AM)) return
|
||||
switch(dir)
|
||||
if(NORTH)
|
||||
if(AM.loc.y != src.loc.y+1) return
|
||||
|
||||
Reference in New Issue
Block a user