diff --git a/code/controllers/configuration.dm b/code/controllers/configuration.dm index d99e96d3ac1..6462befeef2 100644 --- a/code/controllers/configuration.dm +++ b/code/controllers/configuration.dm @@ -84,6 +84,7 @@ var/wikiurl = "http://example.org" var/forumurl = "http://example.org" var/rulesurl = "http://example.org" + var/githuburl = "http://example.org" var/donationsurl = "http://example.org" var/repositoryurl = "http://example.org" @@ -375,6 +376,9 @@ if("rulesurl") config.rulesurl = value + if("githuburl") + config.githuburl = value + if("donationsurl") config.donationsurl = value