fix: cards drawn from hand can merge into original deck

small oversight
This commit is contained in:
sarcoph
2022-04-28 12:49:28 -08:00
parent 68713535ba
commit dbf43864d7
@@ -294,7 +294,7 @@
S.card = _card
S.rotation = _card["rotation"]
S.face_up = _card["face_up"]
S.parentdeck = src
S.parentdeck = src.parentdeck
S.apply_card_vars(S,src)
currenthand -= list(_card)
S.update_icon()