This commit is contained in:
Fluffy
2023-11-01 17:13:56 +01:00
committed by GitHub
parent 6d90195878
commit 7f735f7bd6
11 changed files with 103 additions and 26 deletions
@@ -196,7 +196,7 @@
if("ooc")
pref.ooccolor = initial(pref.ooccolor)
if("fps")
pref.clientfps = 0
pref.clientfps = initial(pref.clientfps)
return TOPIC_REFRESH
return ..()
+1 -1
View File
@@ -159,7 +159,7 @@ var/list/preferences_datums = list()
// SPAAAACE
var/toggles_secondary = PROGRESS_BARS | FLOATING_MESSAGES | HOTKEY_DEFAULT
var/clientfps = 40
var/clientfps = 100
var/floating_chat_color
var/speech_bubble_type = "default"