aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2021-10-10 17:57:33 +0200
committerFlorian Fischer <florian.fischer@muhq.space>2021-10-10 17:57:33 +0200
commitc7f0e84fdd09585cc5da9b616767ded6ec919e4a (patch)
tree315a838194266deda991dd731aa5a7e73fb4db4f /scripts
parent1887f62868e92e9cd5e87f7cf6f44e70a75add44 (diff)
downloadmuhqs-game-c7f0e84fdd09585cc5da9b616767ded6ec919e4a.tar.gz
muhqs-game-c7f0e84fdd09585cc5da9b616767ded6ec919e4a.zip
[de/rules] use Spiel-/ and Unterhaltskosten for play and upkeep cost
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate_card.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/generate_card.py b/scripts/generate_card.py
index 2b77f45b..08b820e9 100755
--- a/scripts/generate_card.py
+++ b/scripts/generate_card.py
@@ -50,8 +50,8 @@ FORMATTED_KEYS = {
'full_action': 'Volle-Aktion',
'type': 'Typ',
'buy': 'Kauf-Kosten',
- 'upkeep': 'Unterhalts-Kosten',
- 'play': 'Aktivierungs-Kosten',
+ 'upkeep': 'Unterhaltskosten',
+ 'play': 'Spielkosten',
'health': 'Leben',
'movement': 'Bewegung',
'attack': 'Angriff',