Runtime fix

- Fixed a runtime caused by effects bumping disposal chutes.
This commit is contained in:
Loganbacca
2014-02-22 01:07:45 +13:00
parent f593232aa5
commit a204a46f4b

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