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