mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user