mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
We have arrived, and it is now that we perform our charge. (#3782)
In fealty of the Triumvirate, our undying Lords, and by the grace of the Administratum; I declare exterminatus upon Mixed Secret. I hereby sign the death warrant of an entire gamemode, and consign a million pubbies to tears. May Imperial justice account in all balance, the Triumvirate protects.
This commit is contained in:
@@ -295,7 +295,7 @@ var/list/gamemode_cache = list()
|
||||
if (M.votable)
|
||||
src.votable_modes += M.config_tag
|
||||
src.votable_modes += ROUNDTYPE_STR_SECRET
|
||||
votable_modes += ROUNDTYPE_STR_MIXED_SECRET
|
||||
// votable_modes += ROUNDTYPE_STR_MIXED_SECRET
|
||||
|
||||
/datum/configuration/proc/load(filename, type = "config") //the type can also be game_options, in which case it uses a different switch. not making it separate to not copypaste code - Urist
|
||||
var/list/Lines = file2list(filename)
|
||||
@@ -601,7 +601,7 @@ var/list/gamemode_cache = list()
|
||||
|
||||
if("alert_yellow")
|
||||
config.alert_desc_yellow_to = value
|
||||
|
||||
|
||||
if("alert_delta")
|
||||
config.alert_desc_delta = value
|
||||
|
||||
@@ -846,7 +846,7 @@ var/list/gamemode_cache = list()
|
||||
access_deny_vms = text2num(value)
|
||||
if("access_warn_vms")
|
||||
access_warn_vms = text2num(value)
|
||||
|
||||
|
||||
if("cargo_load_items_from")
|
||||
cargo_load_items_from = value
|
||||
|
||||
|
||||
Reference in New Issue
Block a user