make sure it uses correct rotation
This commit is contained in:
parent
b13e0a75b4
commit
995ee95862
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user