Merge pull request #2002 from nichlas0010/stationrooms2

moves stationroom loading to the SSmapping subsystem
This commit is contained in:
Ling
2018-08-01 16:50:11 +02:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -88,6 +88,7 @@ SUBSYSTEM_DEF(mapping)
var/list/space_ruins = levels_by_trait(ZTRAIT_SPACE_RUINS)
if (space_ruins.len)
seedRuins(space_ruins, CONFIG_GET(number/space_budget), /area/space, space_ruins_templates)
seedStation()
loading_ruins = FALSE
#endif
repopulate_sorted_areas()