Merge pull request #49523 from tralezab/bye-bye!

transit tube violence
This commit is contained in:
skoglol
2020-02-29 22:05:54 +01:00
committed by GitHub
@@ -151,7 +151,14 @@
outside_tube()
/obj/structure/transit_tube_pod/proc/outside_tube()
var/list/savedcontents = contents.Copy()
var/saveddir = dir
var/turf/destination = get_edge_target_turf(src,saveddir)
visible_message("<span class='warning'>[src] ejects its insides out!</span>")
deconstruct(FALSE)//we automatically deconstruct the pod
for(var/i in savedcontents)
var/atom/movable/AM = i
AM.throw_at(destination,rand(1,3),5)
/obj/structure/transit_tube_pod/return_air()
return air_contents