Reworks shuttles to be more extensible

Kudos to Zuhayr for laying the groundwork for this.
This commit is contained in:
mwerezak
2014-06-08 18:26:09 -04:00
parent 0319c96502
commit b4bb8ab31d
7 changed files with 186 additions and 197 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ datum/controller/game_controller/proc/setup()
if(!ticker)
ticker = new /datum/controller/gameticker()
if(!shuttles) shuttles = new /datum/shuttle_controller()
if(!shuttles) setup_shuttles()
setup_objects()
setupgenetics()