mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Map and GitHub buttons
This commit is contained in:
@@ -100,6 +100,7 @@ var/list/gamemode_cache = list()
|
||||
var/forumurl
|
||||
var/githuburl
|
||||
var/rulesurl
|
||||
var/mapurl
|
||||
|
||||
//Alert level description
|
||||
var/alert_desc_green = "All threats to the station have passed. Security may not have weapons visible, privacy laws are once again fully enforced."
|
||||
@@ -421,6 +422,9 @@ var/list/gamemode_cache = list()
|
||||
if ("rulesurl")
|
||||
config.rulesurl = value
|
||||
|
||||
if ("mapurl")
|
||||
config.mapurl = value
|
||||
|
||||
if ("githuburl")
|
||||
config.githuburl = value
|
||||
if ("guest_jobban")
|
||||
|
||||
Reference in New Issue
Block a user