150 hours of testing

This commit is contained in:
deathride58
2019-10-23 15:21:18 -04:00
committed by GitHub
parent 68813b6846
commit 39794a1dd8
+1 -1
View File
@@ -54,7 +54,7 @@ SUBSYSTEM_DEF(mapping)
to_chat(world, "<span class='boldannounce'>Unable to load next or default map config, defaulting to Box Station</span>")
config = old_config
GLOB.year_integer += config.year_offset
GLOB.announcertype = (config.announcertype == "standard" ? (prob(1) ? "cleanbot" : "classic") : config.announcertype)
GLOB.announcertype = (config.announcertype == "standard" ? (prob(1) ? "medibot" : "classic") : config.announcertype)
loadWorld()
repopulate_sorted_areas()
process_teleport_locs() //Sets up the wizard teleport locations