up to 100 it is then

This commit is contained in:
Putnam
2020-02-01 10:01:49 -08:00
parent 3dcce2b43a
commit 8d5839c2d2
+1 -1
View File
@@ -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()