mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Updated the labor camp
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user