mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 10:02:28 +00:00
Adds a lore summary button to the title menu (#10164)
* kyres request * stuff
This commit is contained in:
@@ -318,6 +318,8 @@ var/list/gamemode_cache = list()
|
||||
|
||||
var/list/external_rsc_urls = list()
|
||||
|
||||
var/lore_summary
|
||||
|
||||
/datum/configuration/New()
|
||||
var/list/L = typesof(/datum/game_mode) - /datum/game_mode
|
||||
for (var/T in L)
|
||||
@@ -962,6 +964,9 @@ var/list/gamemode_cache = list()
|
||||
if ("external_rsc_urls")
|
||||
external_rsc_urls = splittext(value, ",")
|
||||
|
||||
if("lore_summary")
|
||||
lore_summary = value
|
||||
|
||||
else
|
||||
log_misc("Unknown setting in configuration: '[name]'")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user