Whoops. Fixes a statement I'd changed.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3338 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
VivianFoxfoot@gmail.com
2012-03-22 03:55:42 +00:00
parent eb9dabf3c7
commit c9e3e828e8

View File

@@ -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 << "<B>The Emergency Shuttle has docked with the station! You have [timeleft()/60] minutes to board the Emergency Shuttle.</B>"
world << sound('shuttledock.ogg')