mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Mechs don't fit in disposal chutes
This commit is contained in:
@@ -376,7 +376,7 @@
|
|||||||
return
|
return
|
||||||
|
|
||||||
Bumped(var/atom/movable/AM) //Go straight into the chute
|
Bumped(var/atom/movable/AM) //Go straight into the chute
|
||||||
if(istype(AM, /obj/item/projectile) || istype(AM, /obj/effect)) return
|
if(istype(AM, /obj/item/projectile) || istype(AM, /obj/effect) || istype(AM, /obj/mecha)) return
|
||||||
switch(dir)
|
switch(dir)
|
||||||
if(NORTH)
|
if(NORTH)
|
||||||
if(AM.loc.y != src.loc.y+1) return
|
if(AM.loc.y != src.loc.y+1) return
|
||||||
|
|||||||
Reference in New Issue
Block a user