Fixes disposal expulsion runtime

This commit is contained in:
Krausus
2015-05-25 07:38:07 -04:00
parent adadfab2d3
commit 88e9a62472
+2 -1
View File
@@ -1297,7 +1297,8 @@
AM.pipe_eject(dir)
if(!istype(AM,/mob/living/silicon/robot/drone)) //Drones keep smashing windows from being fired out of chutes. Bad for the station. ~Z
spawn(5)
AM.throw_at(target, 3, 1)
if(AM)
AM.throw_at(target, 3, 1)
H.vent_gas(src.loc)
del(H)