From 689293428be7993375848efaddc95eccc3996acb Mon Sep 17 00:00:00 2001 From: SmArtKar <44720187+SmArtKar@users.noreply.github.com> Date: Thu, 18 Feb 2021 17:44:38 +0300 Subject: [PATCH] Update code/modules/tcg/cards.dm Co-authored-by: Letter N <24603524+LetterN@users.noreply.github.com> --- code/modules/tcg/cards.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/tcg/cards.dm b/code/modules/tcg/cards.dm index 9f9a18b662..ff7d2fee2a 100644 --- a/code/modules/tcg/cards.dm +++ b/code/modules/tcg/cards.dm @@ -573,7 +573,7 @@ card.forceMove(src) cards.Add(card) if(named) - decks[named].Add(card.name) + decks[named] += card.name qdel(I) . = ..()