mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
finish up the spans (#9605)
This commit is contained in:
@@ -259,10 +259,10 @@
|
||||
return num_val MINUTES
|
||||
|
||||
/datum/config_entry/string/respawn_message
|
||||
default = "<span class='notice'><B>Make sure to play a different character, and please roleplay correctly!</B></span>"
|
||||
default = span_boldnotice("Make sure to play a different character, and please roleplay correctly!")
|
||||
|
||||
/datum/config_entry/string/respawn_message/ValidateAndSet(str_val)
|
||||
return "<span class='notice'><B>[str_val]</B></span>"
|
||||
return span_boldnotice("[str_val]")
|
||||
|
||||
/datum/config_entry/flag/guest_jobban
|
||||
default = TRUE
|
||||
|
||||
Reference in New Issue
Block a user