updated timing for Daniel
This commit is contained in:
parent
d1ea8285cd
commit
6c6bcfe5e4
@ -408,7 +408,7 @@ function doUpkeep(_, clickedByColor, isRightClick)
|
||||
-- add some time if there are any cards to discard
|
||||
local k = 0
|
||||
if #cardsToDiscard > 0 then
|
||||
k = 1 + (#cardsToDiscard * 0.1)
|
||||
k = 0.8 + (#cardsToDiscard * 0.1)
|
||||
end
|
||||
Wait.time(function() drawCardsWithReshuffle(cardsToDraw) end, k)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user