mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
Makes rainbowtide a config option.
Defaults to enabling rainbowtide, even if the config entry is absent from the config file.
This commit is contained in:
@@ -148,6 +148,7 @@
|
||||
var/assistant_cap = -1
|
||||
|
||||
var/starlight = 0
|
||||
var/gray_assistants = 0
|
||||
|
||||
/datum/configuration/New()
|
||||
var/list/L = typesof(/datum/game_mode) - /datum/game_mode
|
||||
@@ -448,6 +449,8 @@
|
||||
config.assistant_cap = text2num(value)
|
||||
if("starlight")
|
||||
config.starlight = 1
|
||||
if("gray_assistants")
|
||||
config.gray_assistants = 1
|
||||
else
|
||||
diary << "Unknown setting in configuration: '[name]'"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user