diff --git a/code/__HELPERS/names.dm b/code/__HELPERS/names.dm index 36865c94d..ffd22df2f 100644 --- a/code/__HELPERS/names.dm +++ b/code/__HELPERS/names.dm @@ -49,12 +49,12 @@ GLOBAL_VAR(command_name) GLOB.station_name = newname #ifdef ROGUEWORLD - world.name = "BLACKSTONE" + world.name = "SUBTERRA" #else - world.name = "BLACKSTONE" + world.name = "SUBTERRA" #endif #ifdef TESTSERVER - world.name = "BLACKSTONE (TESTING)" + world.name = "SUBTERRA (TESTING)" #endif diff --git a/code/__HELPERS/roundend.dm b/code/__HELPERS/roundend.dm index 76411bd23..fb7d62533 100644 --- a/code/__HELPERS/roundend.dm +++ b/code/__HELPERS/roundend.dm @@ -199,7 +199,7 @@ log_game("The round has ended.") - to_chat(world, "


So ends this tale of Blackstone.") + to_chat(world, "


So ends this tale of Subterra.") get_end_reason() var/list/key_list = list() @@ -296,7 +296,7 @@ SSblackbox.Seal() sleep(10 SECONDS) - SSvote.initiate_vote("map", "Blackstone players") + SSvote.initiate_vote("map", "Subterra players") ready_for_reboot = TRUE standard_reboot()