mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-09 23:03:28 +01:00
Merge pull request #1598 from sarcoph/misc-recreation
fix: cards drawn from hand can merge into original deck
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user