Runtime fix

- Fixed a runtime caused by effects bumping disposal chutes.

Conflicts:
	code/modules/recycling/sortingmachinery.dm
This commit is contained in:
Loganbacca
2014-04-03 18:21:46 +02:00
committed by alex-gh
parent 99751c0416
commit e915af4fe5
+1 -1
View File
@@ -218,7 +218,7 @@
return
Bumped(var/atom/movable/AM) //Go straight into the chute
if(istype(AM, /obj/item/projectile)) return
if(istype(AM, /obj/item/projectile) || istype(AM, /obj/effect)) return
switch(dir)
if(NORTH)
if(AM.loc.y != src.loc.y+1) return