Removes BoxStation in favor of IceBox

This commit is contained in:
skoglol
2020-07-06 15:03:07 +02:00
parent 2d6c10c1ad
commit eca1ebad92
8 changed files with 9 additions and 121378 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ SUBSYSTEM_DEF(mapping)
var/old_config = config
config = global.config.defaultmap
if(!config || config.defaulted)
to_chat(world, "<span class='boldannounce'>Unable to load next or default map config, defaulting to Box Station</span>")
to_chat(world, "<span class='boldannounce'>Unable to load next or default map config, defaulting to Meta Station</span>")
config = old_config
loadWorld()
repopulate_sorted_areas()