Patches, fixes, NUCLEAR CARDS

This commit is contained in:
SmArtKar
2021-02-05 12:13:38 +03:00
parent 1b4072a1b6
commit c9e97986c8
8 changed files with 258 additions and 20 deletions

View File

@@ -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)sss
//if(!card.illegal) //Uncomment if you want to block syndie cards from saving
card_types.Add(card.datum_type)
ending_human.client.prefs.tcg_cards = card_types
ending_human.client.prefs.save_character()