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
|
-- add some time if there are any cards to discard
|
||||||
local k = 0
|
local k = 0
|
||||||
if #cardsToDiscard > 0 then
|
if #cardsToDiscard > 0 then
|
||||||
k = 1 + (#cardsToDiscard * 0.1)
|
k = 0.8 + (#cardsToDiscard * 0.1)
|
||||||
end
|
end
|
||||||
Wait.time(function() drawCardsWithReshuffle(cardsToDraw) end, k)
|
Wait.time(function() drawCardsWithReshuffle(cardsToDraw) end, k)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user