From 4e37236a92d0dfd1f0df5309b13a9f7fce4131de Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Thu, 8 Oct 2020 10:54:04 +0200 Subject: add some spacing between effect and full_action of units --- scripts/generate_latex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate_latex.py b/scripts/generate_latex.py index 9e4f8d35..2a7b5aa0 100755 --- a/scripts/generate_latex.py +++ b/scripts/generate_latex.py @@ -98,7 +98,7 @@ def generate_card(card_name: str, card: MutableMapping): full_action = card.get('full_action', None) if full_action: if ability_block: - ability_block += '\\\\ ' + ability_block += '\\\\ \\vspace{0.2cm} ' ability_block += f'\\faRedo: {full_action}' card_content += f'\cardsplitcontent{{{stats}}}{{{ability_block}}}' -- cgit v1.2.3