Fixes transitions (#31084)

* Fixes transitions

* Cautionary comment.
This commit is contained in:
AnturK
2017-09-28 17:17:11 +02:00
committed by CitadelStationBot
parent 2d48a0cf50
commit 60952bfb83

View File

@@ -11,11 +11,13 @@
var/minetype = "lavaland"
//Order matters here.
var/list/transition_config = list(CENTCOM = SELFLOOPING,
MAIN_STATION = CROSSLINKED,
EMPTY_AREA_1 = CROSSLINKED,
EMPTY_AREA_2 = CROSSLINKED,
MINING = SELFLOOPING,
CITY_OF_COGS = SELFLOOPING,
EMPTY_AREA_3 = CROSSLINKED,
EMPTY_AREA_4 = CROSSLINKED,
EMPTY_AREA_5 = CROSSLINKED,
@@ -28,6 +30,7 @@
var/config_min_users = 0
var/voteweight = 1
var/allow_custom_shuttles = "yes"
/datum/map_config/New(filename = "data/next_map.json", default_to_box, delete_after)
if(default_to_box)
return