Configuration Controller (#7857)

This commit is contained in:
Selis
2024-04-05 07:44:20 +02:00
committed by GitHub
parent c542e3bac0
commit e1a987c25c
235 changed files with 3294 additions and 989 deletions
+2 -2
View File
@@ -17,7 +17,7 @@
age = _age
/obj/item/trash/Initialize(mapload)
if(!mapload || !config.persistence_ignore_mapload)
if(!mapload || !CONFIG_GET(flag/persistence_ignore_mapload)) // CHOMPEdit
SSpersistence.track_value(src, /datum/persistent/filth/trash)
. = ..()
@@ -488,4 +488,4 @@
/obj/item/trash/candy/cb10
name = "\improper Shantak Bar wrapper"
icon_state = "cb10"
icon_state = "cb10"