From c9e3e828e866228380338a9ed8328bf68a47f90e Mon Sep 17 00:00:00 2001 From: "VivianFoxfoot@gmail.com" Date: Thu, 22 Mar 2012 03:55:42 +0000 Subject: [PATCH] Whoops. Fixes a statement I'd changed. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3338 316c924e-a436-60f5-8080-3fe189b3f50e --- code/datums/shuttle_controller.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/shuttle_controller.dm b/code/datums/shuttle_controller.dm index 5a45a4692d7..2a7d262323a 100644 --- a/code/datums/shuttle_controller.dm +++ b/code/datums/shuttle_controller.dm @@ -126,7 +126,7 @@ datum/shuttle_controller for(var/mob/living/carbon/bug in end_location) // If someone somehow is still in the shuttle's docking area... bug.gib() - start_location.copy_contents_to(end_location) + start_location.move_contents_to(end_location) settimeleft(SHUTTLELEAVETIME) world << "The Emergency Shuttle has docked with the station! You have [timeleft()/60] minutes to board the Emergency Shuttle." world << sound('shuttledock.ogg')