Merge branch 'bye-bye!' of https://github.com/tralezab/tgstation into bye-bye!

This commit is contained in:
tralezab
2020-02-23 11:19:38 -08:00
@@ -154,7 +154,7 @@
var/list/savedcontents = contents.Copy()
var/saveddir = dir
var/turf/destination = get_edge_target_turf(src,saveddir)
visible_message("<span class='warning'>[src] ejects it's insides out!</span>")
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