mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Job whitelist removal (#9163)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
/datum/configuration
|
||||
var/discord_restriction = FALSE
|
||||
var/use_jobwhitelist = TRUE
|
||||
var/use_jobwhitelist = FALSE
|
||||
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 = TRUE
|
||||
default = FALSE
|
||||
|
||||
// FIXME: Unused
|
||||
///datum/config_entry/flag/emojis
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
/// Hours
|
||||
/datum/config_entry/number/pto_cap
|
||||
default = 100
|
||||
default = 200
|
||||
protection = CONFIG_ENTRY_LOCKED
|
||||
|
||||
/datum/config_entry/flag/require_flavor
|
||||
|
||||
Reference in New Issue
Block a user