doing stuff with title screens + configs
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 350 KiB |
@@ -19,7 +19,7 @@
|
||||
|
||||
/// Allows respawning as a combat role, defined as security/head.
|
||||
/datum/config_entry/flag/allow_combat_role_respawn
|
||||
default = FTRUE
|
||||
default = TRUE
|
||||
|
||||
/// Allows respawning as the same character as a previous life
|
||||
/datum/config_entry/flag/allow_same_character_respawn
|
||||
|
||||
@@ -32,7 +32,7 @@ SUBSYSTEM_DEF(title)
|
||||
file_path = "[global.config.directory]/title_screens/images/[pick(title_screens)]"
|
||||
|
||||
if(!file_path)
|
||||
file_path = "icons/runtime/default_title.dmi"
|
||||
file_path = "GainStation13/icons/runtime/default_title.dmi"
|
||||
|
||||
ASSERT(fexists(file_path))
|
||||
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
# Words that will block in character chat messages from sending. #
|
||||
# Case is not important. Commented-out examples are listed below, just remove the "#". #
|
||||
###############################################################################################
|
||||
#lol
|
||||
#omg
|
||||
#wtf
|
||||
lol
|
||||
omg
|
||||
wtf
|
||||
tbh
|
||||
brb
|
||||
gtfo
|
||||
stfu
|
||||
xd
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 77 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 450 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 315 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 290 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 374 KiB |
Reference in New Issue
Block a user