Maybe fix shuttle issues

Somebody download this branch and test it out, i'm at work
This commit is contained in:
Kyle Spier-Swenson
2017-09-16 16:46:02 -07:00
committed by GitHub
parent 7b1b767a45
commit ae3c027444
+1
View File
@@ -30,6 +30,7 @@
throw_atom(AM)
/turf/open/space/transit/proc/throw_atom(atom/movable/AM)
set waitfor = FALSE
if(!AM || istype(AM, /obj/docking_port))
return
if(AM.loc != src) // Multi-tile objects are "in" multiple locs but its loc is it's true placement.