More tweaks

This commit is contained in:
Putnam
2020-04-10 20:12:15 -07:00
parent 7d043289e8
commit f6e3a20f85
2 changed files with 3 additions and 1 deletions
@@ -191,6 +191,8 @@ SUBSYSTEM_DEF(persistence)
if(!json)
return
saved_storytellers = json["data"]
if(saved_storytellers.len > 3)
average_dynamic_threat = saved_storytellers[4]
saved_storytellers.len = 3
/datum/controller/subsystem/persistence/proc/LoadRecentMaps()