Merge pull request #1598 from sarcoph/misc-recreation

fix: cards drawn from hand can merge into original deck
This commit is contained in:
Dahlular
2022-04-28 15:01:46 -06:00
committed by GitHub
@@ -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()