mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
Well, reverts illegal cards not saving. Fuck it
This commit is contained in:
@@ -367,8 +367,8 @@ SUBSYSTEM_DEF(persistence)
|
|||||||
|
|
||||||
var/list/card_types = list()
|
var/list/card_types = list()
|
||||||
for(var/obj/item/tcg_card/card in binder.cards)
|
for(var/obj/item/tcg_card/card in binder.cards)
|
||||||
if(!card.illegal) //Nope, don't want free cards as traitor/ops!
|
//if(!card.illegal) //Nope, don't want free cards as traitor/ops!
|
||||||
card_types.Add(card.datum_type)
|
card_types.Add(card.datum_type)sss
|
||||||
|
|
||||||
ending_human.client.prefs.tcg_cards = card_types
|
ending_human.client.prefs.tcg_cards = card_types
|
||||||
ending_human.client.prefs.save_character()
|
ending_human.client.prefs.save_character()
|
||||||
|
|||||||
Reference in New Issue
Block a user