doing stuff with title screens + configs

This commit is contained in:
evilew
2024-09-24 22:26:57 +02:00
parent bced8089c5
commit 9950e38d03
9 changed files with 10 additions and 5 deletions
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
+1 -1
View File
@@ -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))
+8 -3
View File
@@ -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