updated Patrice message

This commit is contained in:
Chr1Z93 2024-07-03 22:19:32 +02:00
parent 6c6bcfe5e4
commit a46d8c8824

View File

@ -403,7 +403,7 @@ function doUpkeep(_, clickedByColor, isRightClick)
-- draw up to 5 cards
local cardsToDraw = 5 - #handCards + #cardsToDiscard
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
local k = 0