mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] next set of spans (#9247)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
@@ -72,7 +72,7 @@ var/list/gamemode_cache = list()
|
||||
|
||||
var/static/respawn = 1
|
||||
var/static/respawn_time = 3000 // time before a dead player is allowed to respawn (in ds, though the config file asks for minutes, and it's converted below)
|
||||
var/static/respawn_message = span_notice("<B>Make sure to play a different character, and please roleplay correctly!</B>")
|
||||
var/static/respawn_message = span_boldnotice("Make sure to play a different character, and please roleplay correctly!")
|
||||
|
||||
var/static/guest_jobban = 1
|
||||
var/static/usewhitelist = 0
|
||||
@@ -532,7 +532,7 @@ var/list/gamemode_cache = list()
|
||||
config.respawn_time = raw_minutes MINUTES
|
||||
|
||||
if ("respawn_message")
|
||||
config.respawn_message = span_notice("<B>[value]</B>")
|
||||
config.respawn_message = span_boldnotice("[value]")
|
||||
|
||||
if ("servername")
|
||||
config.server_name = value
|
||||
|
||||
Reference in New Issue
Block a user