Shuttles now dock on arrival and departure

Squashes 3 commits:

Shuttles now dock on arrival and departure

Adds docking controller to outpost, tweaks

Finishes off shuttle_console
Could use some cleanup, though.
Commented out the debug stuff.
This commit is contained in:
mwerezak
2014-06-10 00:05:08 -04:00
parent b4bb8ab31d
commit ed4fb8d3c6
9 changed files with 342 additions and 210 deletions
+3
View File
@@ -32,6 +32,8 @@ datum/controller/game_controller
var/last_thing_processed
var/mob/list/expensive_mobs = list()
var/rebuild_active_areas = 0
var/list/shuttle_list //for debugging and VV
datum/controller/game_controller/New()
//There can be only one master_controller. Out with the old and in with the new.
@@ -66,6 +68,7 @@ datum/controller/game_controller/proc/setup()
ticker = new /datum/controller/gameticker()
if(!shuttles) setup_shuttles()
shuttle_list = shuttles
setup_objects()
setupgenetics()