mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 20:14:31 +01:00
Support button
Adds a patreon button to the client
This commit is contained in:
@@ -128,6 +128,7 @@ var/list/gamemode_cache = list()
|
||||
var/static/discordurl
|
||||
var/static/rulesurl
|
||||
var/static/mapurl
|
||||
var/static/patreonurl
|
||||
|
||||
//Alert level description
|
||||
var/static/alert_desc_green = "All threats to the station have passed. Security may not have weapons visible, privacy laws are once again fully enforced."
|
||||
@@ -552,6 +553,9 @@ var/list/gamemode_cache = list()
|
||||
if ("discordurl")
|
||||
config.discordurl = value
|
||||
|
||||
if ("patreonurl")
|
||||
config.patreonurl = value
|
||||
|
||||
if ("guest_jobban")
|
||||
config.guest_jobban = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user