Purges Mentions/Related Code of Virtual Reality From Config and Mapping (#13672)

Co-authored-by: san7890 <the@san7890.com>
This commit is contained in:
SkyratBot
2022-05-17 17:32:18 -07:00
committed by GitHub
co-authored by san7890
parent 62e657c089
commit 17fcc2aced
4 changed files with 3 additions and 11 deletions
@@ -259,8 +259,6 @@
movedelay_type = /mob/living/simple_animal
/////////////////////////////////////////////////
/datum/config_entry/flag/virtual_reality //Will virtual reality be loaded
/datum/config_entry/flag/roundstart_away //Will random away mission be loaded.
/datum/config_entry/number/gateway_delay //How long the gateway takes before it activates. Default is half an hour. Only matters if roundstart_away is enabled.
-6
View File
@@ -86,12 +86,6 @@ SUBSYSTEM_DEF(mapping)
if(CONFIG_GET(flag/roundstart_away))
createRandomZlevel(prob(CONFIG_GET(number/config_gateway_chance)))
// Load the virtual reality hub
if(CONFIG_GET(flag/virtual_reality))
to_chat(world, span_boldannounce("Loading virtual reality..."))
load_new_z_level("_maps/RandomZLevels/VR/vrhub.dmm", "Virtual Reality Hub")
to_chat(world, span_boldannounce("Virtual reality loaded."))
loading_ruins = TRUE
setup_ruins()
loading_ruins = FALSE