From 47f0f091c8338891fb9368f80f8752ff3ee2d307 Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Thu, 27 Apr 2023 11:31:29 +0200 Subject: [PATCH] fixed linebreaks --- src/playercards/ScriptedTarot.ttslua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/playercards/ScriptedTarot.ttslua b/src/playercards/ScriptedTarot.ttslua index 874ab724..6f35ed2c 100644 --- a/src/playercards/ScriptedTarot.ttslua +++ b/src/playercards/ScriptedTarot.ttslua @@ -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