Merge pull request #810 from argonui/random-discarding
Fixed broadcast message for Discard Button
This commit is contained in:
commit
8b32910011
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user