also added individual ballot gathering

This commit is contained in:
Putnam
2020-01-01 12:29:13 -08:00
parent 444f862a4d
commit 607109e0d2
2 changed files with 8 additions and 1 deletions
@@ -410,6 +410,7 @@ SUBSYSTEM_DEF(persistence)
WRITE_FILE(json_file, json_encode(file_data))
/datum/controller/subsystem/persistence/proc/CollectStoryteller(var/datum/game_mode/dynamic/mode)
saved_storytellers.len = 5
saved_storytellers[5] = saved_storytellers[4]
saved_storytellers[4] = saved_storytellers[3]
saved_storytellers[3] = saved_storytellers[2]