adds hub visibility toggling and config option

This commit is contained in:
spookerton
2023-04-26 21:19:11 +01:00
parent 6f9ca19d1c
commit f189a48cce
7 changed files with 37 additions and 17 deletions

View File

@@ -88,6 +88,8 @@ var/global/list/gamemode_cache = list()
var/static/automute_on = 0 //enables automuting/spam prevention
var/static/jobs_have_minimal_access = 0 //determines whether jobs use minimal access or expanded access.
var/static/hub_visible = FALSE
var/cult_ghostwriter = 1 //Allows ghosts to write in blood in cult rounds...
var/cult_ghostwriter_req_cultists = 10 //...so long as this many cultists are active.
@@ -365,6 +367,9 @@ var/global/list/gamemode_cache = list()
if ("log_ooc")
config.log_ooc = 1
if ("hub_visible")
config.hub_visible = TRUE
if ("log_access")
config.log_access = 1