Adds docking controllers to shuttles

Shuttles dock at round start.

Conflicts:
	code/modules/shuttles/shuttle.dm
	maps/tgstation2.dmm
This commit is contained in:
mwerezak
2014-06-14 03:58:51 -04:00
committed by ZomgPonies
parent 95838f51ba
commit 1f90fe05c8
5 changed files with 106 additions and 34 deletions
+2
View File
@@ -133,6 +133,8 @@ var/global/datum/controller/gameticker/ticker
//here to initialize the random events nicely at round start
setup_economy()
setup_shuttle_docks()
spawn(0)//Forking here so we dont have to wait for this to finish
mode.post_setup()
@@ -157,4 +157,4 @@
set category = "Debug"
set src in view(1)
src.program:initiate_undocking()
*/
*/