Merge pull request #1271 from Citadel-Station-13/upstream-merge-27810

[MIRROR] [s] Fixes Centcom not being selflooping
This commit is contained in:
LetterJay
2017-05-29 02:08:24 -05:00
committed by GitHub
+2 -2
View File
@@ -11,8 +11,8 @@
var/minetype = "lavaland"
var/list/transition_config = list(MAIN_STATION = CROSSLINKED,
CENTCOMM = SELFLOOPING,
var/list/transition_config = list(CENTCOMM = SELFLOOPING,
MAIN_STATION = CROSSLINKED,
EMPTY_AREA_1 = CROSSLINKED,
EMPTY_AREA_2 = CROSSLINKED,
MINING = SELFLOOPING,