Merge pull request #810 from argonui/random-discarding

Fixed broadcast message for Discard Button
This commit is contained in:
dscarpac 2024-08-13 22:11:59 -05:00 committed by GitHub
commit 8b32910011
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -635,7 +635,7 @@ function doDiscardOne()
deckLib.placeOrMergeIntoDeck(card, returnGlobalDiscardPosition(), self.getRotation())
local playerName = GlobalApi.getColoredName(playerColor)
broadcastToAll(playerName .. " randomly discarded " .. cardName " (" .. cardId .. ").", "White")
broadcastToAll(playerName .. " randomly discarded " .. cardName .. " (" .. cardId .. ").", "White")
end
end