diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-20 12:53:53 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-20 12:53:53 +0000 |
commit | ce0a357805048fa6b3c06b6ce3f872c962684f75 (patch) | |
tree | 1fa17b19ff96da267c7aba56c14b42a8d5dc7356 /events.txt | |
parent | ffb272cd9034a5cfbc2b0932c02b675d1c34a0c4 (diff) | |
download | 1989-dawn-of-freedom-ce0a357805048fa6b3c06b6ce3f872c962684f75.tar.gz |
Added special characters to space names in prompt
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -248,7 +248,7 @@ CARD 34 - Fidesz* # Place 5 Democratic SPs in Hungary Student space. permanently_remove valid_spaces 'Eotvos Lorand University' -prompt 'the Hungary students space' +prompt 'the Hungary Student space' add_x_infl 5 @@ -311,7 +311,7 @@ tyrant_block return else if game.persistent_events.includes(C_CEAUSESCU) -prompt 'you must remove 1 SP from Bucharesti' +prompt 'you must remove 1 SP from Bucureşti' ceausescu return else @@ -514,7 +514,7 @@ CARD 68 - Klaus and Komarek* # Remove 2 Communist SPs and add 2 Democratic SPs in Prague. permanently_remove klaus_and_komarek -prompt 'Prague' +prompt 'Praha' remove_x_opp_infl 2 valid_spaces 'Praha' add_x_infl 2 @@ -556,7 +556,7 @@ CARD 73 - Laszlo Tokes* # Place 1 Democratic SP in Timisoara and Harghita/Covasna. The Democratic may then place SPs or make Support Check rolls in Romania using the Ops value of this card. Allows play of Massacre in Timisoara. laszlo_tokes_prep valid_spaces 'Timisoara', 'Harghita/Covasna' -prompt 'in Timisoara and Harghita/Covasna' +prompt 'in Timişoara and Harghita/Covasna' add_limited_infl 2 1 laszlo_tokes if game.phase === 3 @@ -853,10 +853,10 @@ CARD 105 - Public Against Violence* # Place 2 Democratic SPs each in Kosice and Presov. Make one Support Check in Bratislava using the Ops value of this card. permanently_remove valid_spaces 'Kosice' -prompt 'Kosice' +prompt 'Košice' add_x_infl 2 valid_spaces 'Presov' -prompt 'Presov' +prompt 'Prešov' add_x_infl 2 public_against_violence prompt 'Make a Support Check in Bratislava' |