diff --git a/code/controllers/subsystem/persistence/_persistence.dm b/code/controllers/subsystem/persistence/_persistence.dm index 7b8074f3ca..8cc879e79c 100644 --- a/code/controllers/subsystem/persistence/_persistence.dm +++ b/code/controllers/subsystem/persistence/_persistence.dm @@ -367,8 +367,8 @@ SUBSYSTEM_DEF(persistence) var/list/card_types = list() for(var/obj/item/tcg_card/card in binder.cards) - if(!card.illegal) //Nope, don't want free cards as traitor/ops! - card_types.Add(card.datum_type) + //if(!card.illegal) //Nope, don't want free cards as traitor/ops! + card_types.Add(card.datum_type)sss ending_human.client.prefs.tcg_cards = card_types ending_human.client.prefs.save_character()