updated message color

This commit is contained in:
Chr1Z93 2024-01-21 21:33:24 +01:00
parent 08ce4e0e2a
commit 33d14821a1

View File

@ -312,9 +312,9 @@ function takeClueFromLocation(playerColor, hoveredObject)
end
if cardName then
broadcastToAll(playerName .. " took one clue from " .. cardName .. ".", playerColor)
broadcastToAll(playerName .. " took one clue from " .. cardName .. ".", "White")
else
broadcastToAll(playerName .. " took one clue.", playerColor)
broadcastToAll(playerName .. " took one clue.", "White")
end
victoryDisplayApi.update()