Adds anti job camping for heads + Config patch (#9188)

This commit is contained in:
tacoguy7765093
2024-10-08 15:44:49 +02:00
committed by GitHub
parent 9f5562dd15
commit a7f6236a11
9 changed files with 22 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
/datum/configuration
var/discord_restriction = FALSE
var/use_jobwhitelist = FALSE
var/use_jobwhitelist = TRUE
var/emojis = FALSE
var/vorefootstep_volume = 75 //In future see about making a function to adjust volume serverside in config.txt, easy to do with reenable values. - Jack
@@ -3,7 +3,7 @@
// default = FALSE
/datum/config_entry/flag/use_jobwhitelist
default = FALSE
default = TRUE
// FIXME: Unused
///datum/config_entry/flag/emojis