Fixes ccia actions not clearing when the char is changed (#3847)

Fixes the following issue:
Char A joins with ccia actions
Char A cryos
Char B is loaded and joins
CCIA Actions from A show up at B

Its caused by not clearing the previous list of ccia actions before loading in the actions for Char B
This commit is contained in:
Werner
2017-11-15 07:32:08 +02:00
committed by Erki
parent 7f0aca683a
commit 1b27fda9e5
@@ -4,6 +4,7 @@
/datum/category_item/player_setup_item/other/incidents/load_special(var/savefile/S)
pref.incidents = list()
pref.ccia_actions = list()
//Special Aurora Snowflake to load in the ccia actions and persistant incidents
if (config.sql_saves) // Doesnt work without db