mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Purges Mentions/Related Code of Virtual Reality From Config and Mapping (#13672)
Co-authored-by: san7890 <the@san7890.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user