mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Made bans automatically show the address for the appeal forum, if set in config.
This commit is contained in:
@@ -71,6 +71,8 @@
|
||||
var/revival_brain_life = -1
|
||||
var/require_heads_alive = 0 //For Rev.
|
||||
|
||||
var/appeal_address = ""
|
||||
|
||||
/datum/configuration/New()
|
||||
var/list/L = typesof(/datum/game_mode) - /datum/game_mode
|
||||
for (var/T in L)
|
||||
@@ -291,6 +293,9 @@
|
||||
if("require_heads_alive")
|
||||
config.require_heads_alive = value
|
||||
|
||||
if("appeal_address")
|
||||
config.appeal_address = value
|
||||
|
||||
else
|
||||
diary << "Unknown setting in configuration: '[name]'"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user