From 8d5839c2d2b964ed8d4d017ae3b93ba06d4aa6df Mon Sep 17 00:00:00 2001 From: Putnam Date: Sat, 1 Feb 2020 10:01:49 -0800 Subject: [PATCH] up to 100 it is then --- code/controllers/subsystem/persistence.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/persistence.dm b/code/controllers/subsystem/persistence.dm index 3f4064d78c..352e18162b 100644 --- a/code/controllers/subsystem/persistence.dm +++ b/code/controllers/subsystem/persistence.dm @@ -268,7 +268,7 @@ SUBSYSTEM_DEF(persistence) GLOB.bunker_passthrough = json_decode(file2text(bunker_path)) var/round_id = GLOB.round_id for(var/ckey in GLOB.bunker_passthrough) - if(round_id - GLOB.bunker_passthrough[ckey] > 30) + if(round_id - GLOB.bunker_passthrough[ckey] > 100) GLOB.bunker_passthrough -= ckey /datum/controller/subsystem/persistence/proc/GetPhotoAlbums()