updated Patrice message
This commit is contained in:
parent
6c6bcfe5e4
commit
a46d8c8824
@ -403,7 +403,7 @@ function doUpkeep(_, clickedByColor, isRightClick)
|
|||||||
-- draw up to 5 cards
|
-- draw up to 5 cards
|
||||||
local cardsToDraw = 5 - #handCards + #cardsToDiscard
|
local cardsToDraw = 5 - #handCards + #cardsToDiscard
|
||||||
if cardsToDraw > 0 then
|
if cardsToDraw > 0 then
|
||||||
printToColor("Drawing " .. cardsToDraw .. " cards (Patrice)", messageColor)
|
printToColor("Discarding " .. #cardsToDiscard .. " and drawing " .. cardsToDraw .. " card(s). (Patrice)", messageColor)
|
||||||
|
|
||||||
-- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user