mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +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
|
||||
|
||||
@@ -16,5 +16,8 @@
|
||||
#_maps/RandomZLevels/snowdin.dmm
|
||||
#_maps/RandomZLevels/research.dmm
|
||||
#_maps/RandomZLevels/SnowCabin.dmm
|
||||
<<<<<<< HEAD
|
||||
#_maps/RandomZLevels/blackmesa.dmm
|
||||
_maps/RandomZLevels/VR/snowdin_VR.dmm
|
||||
=======
|
||||
>>>>>>> 33c56a9cac6 (Purges Mentions/Related Code of Virtual Reality From Config and Mapping (#67031))
|
||||
|
||||
@@ -159,9 +159,6 @@ ALLOW_AI_MULTICAM
|
||||
|
||||
## AWAY MISSIONS ###
|
||||
|
||||
## Uncomment to load the virtual reality hub map
|
||||
#VIRTUAL_REALITY
|
||||
|
||||
## Uncomment to load one of the missions from awaymissionconfig.txt or away_missions/ at roundstart.
|
||||
#ROUNDSTART_AWAY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user