fixed linebreaks

This commit is contained in:
Chr1Z93 2023-04-27 11:31:29 +02:00
parent d0a8117cfd
commit 47f0f091c8

View File

@ -61,8 +61,7 @@ function destiny(color)
smooth = true
})
end
broadcastToColor(
"Each card corresponds to one scenario, leftmost is first. Choose and reverse half of the cards (rounded up).", color)
broadcastToColor("Each card corresponds to one scenario, leftmost is first. Choose and reverse half of the cards (rounded up).", color)
end
function fate(color)
@ -80,6 +79,5 @@ function fate(color)
end
end
end
broadcastToColor(
"Each card corresponds to one scenario, leftmost is first. Choose and reverse half of the cards (rounded up).", color)
broadcastToColor("Each card corresponds to one scenario, leftmost is first. Choose and reverse half of the cards (rounded up).", color)
end