From 24615e37fe3f655a378422d6c97e81ffd8cf0f25 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Tue, 11 Aug 2020 22:16:44 -0700 Subject: [PATCH] Disable persistent filth --- code/controllers/configuration.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/configuration.dm b/code/controllers/configuration.dm index 6cf077fd94..72f88c6a1b 100644 --- a/code/controllers/configuration.dm +++ b/code/controllers/configuration.dm @@ -237,7 +237,7 @@ var/list/gamemode_cache = list() var/static/dooc_allowed = 1 var/static/dsay_allowed = 1 - var/persistence_enabled = 1 + var/persistence_enabled = 0 //Disabling this means that any dirt or trash items will no longer persist across rounds. var/allow_byond_links = 1 //CHOMP Edit turned this on var/allow_discord_links = 1 //CHOMP Edit turned this on var/allow_url_links = 1 // honestly if I were you i'd leave this one off, only use in dire situations //CHOMP Edit bussy.