[MIRROR] Maybe fix shuttle issues (#2841)

* Merge pull request #30819 from MrStonedOne/patch-425

Maybe fix shuttle issues

* Maybe fix shuttle issues
This commit is contained in:
CitadelStationBot
2017-09-17 21:35:42 -05:00
committed by Poojawa
parent 8e3a7d1126
commit 597c02135a
+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.