mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 06:16:57 +01:00
24 lines
503 B
Plaintext
24 lines
503 B
Plaintext
/datum/config_entry/flag/persistence
|
|
default = TRUE
|
|
|
|
/datum/config_entry/flag/persistent_debris
|
|
default = TRUE
|
|
|
|
/datum/config_entry/flag/persistent_trash
|
|
default = TRUE
|
|
|
|
// todo: these
|
|
/*
|
|
## Hard entity spawn limit for persistence
|
|
# PERSISTENCE_HARD_SAFETY_LIMIT 150000
|
|
|
|
## Hard entity spawn limit for debris
|
|
# PERSISTENT_DEBRIS_SAFETY_LIMIT 50000
|
|
|
|
## Hard entity spawn limit for trash
|
|
# PERSISTENT_TRASH_SAFETY_LIMIT 25000
|
|
*/
|
|
|
|
/datum/config_entry/flag/persistent_outdoors_will_erode
|
|
default = TRUE
|