Fix mapped injectors (#9557)

Moved genetics earlier in startup due to it not having dependencies
Fixes #9542
This commit is contained in:
clusterfack
2016-04-22 07:57:00 -05:00
parent 2fa1bd064f
commit 90b2793553
2 changed files with 5 additions and 1 deletions

View File

@@ -90,8 +90,8 @@ datum/controller/game_controller/proc/setup()
garbageCollector = global.garbageCollector
*/
setup_objects() // Most log_startup spam happens here
setupgenetics()
setup_objects() // Most log_startup spam happens here
setupfactions()
setup_economy()
SetupXenoarch()