make sure it uses correct rotation

This commit is contained in:
Chr1Z93 2024-07-03 21:59:59 +02:00
parent b13e0a75b4
commit 995ee95862

View File

@ -398,7 +398,7 @@ function doUpkeep(_, clickedByColor, isRightClick)
-- perform discarding 1 by 1
local pos = returnGlobalDiscardPosition()
deckLib.placeOrMergeIntoDeck(cardsToDiscard, pos, rot)
deckLib.placeOrMergeIntoDeck(cardsToDiscard, pos, self.getRotation())
-- add some time if there are any cards to discard
local k = 0