Update code/modules/tcg/cards.dm

Co-authored-by: Letter N <24603524+LetterN@users.noreply.github.com>
This commit is contained in:
SmArtKar
2021-02-18 17:44:38 +03:00
committed by GitHub
parent 5e8209a6e9
commit 689293428b
+1 -1
View File
@@ -573,7 +573,7 @@
card.forceMove(src)
cards.Add(card)
if(named)
decks[named].Add(card.name)
decks[named] += card.name
qdel(I)
. = ..()