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