Map and GitHub buttons

This commit is contained in:
SinTwo
2015-12-06 01:47:38 -05:00
parent f8471fbbaf
commit 10277880ee
3 changed files with 97 additions and 5 deletions

View File

@@ -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")