Updated the labor camp

This commit is contained in:
AlexanderUlanH
2013-11-05 14:13:21 -05:00
parent 1c21d8809c
commit a985620707
2 changed files with 46 additions and 32 deletions
+4
View File
@@ -50,6 +50,10 @@ datum/shuttle_manager/proc/move_shuttle()
fromArea.move_contents_to(toArea)
location = toArea.type
for(var/obj/machinery/door/D in toArea) //Close any doors on the shuttle
spawn(0)
D.close()
for(var/mob/M in toArea)
if(M.client)
spawn(0)