diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-10-08 10:54:04 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-10-18 14:30:54 +0200 |
| commit | 4e37236a92d0dfd1f0df5309b13a9f7fce4131de (patch) | |
| tree | 44c3b3c0a31aa691fa40e150c0987a4b71177668 /scripts | |
| parent | 627f691c2093a0cb9abee882c83a0ecc24d2f0ba (diff) | |
| download | muhqs-game-4e37236a92d0dfd1f0df5309b13a9f7fce4131de.tar.gz muhqs-game-4e37236a92d0dfd1f0df5309b13a9f7fce4131de.zip | |
add some spacing between effect and full_action of units
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/generate_latex.py | 2 |
1 files changed, 1 insertions, 1 deletions
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}}}' |
