summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--events.txt12
-rw-r--r--rules.js12
2 files changed, 12 insertions, 12 deletions
diff --git a/events.txt b/events.txt
index 075e5d0..3ef7c1c 100644
--- a/events.txt
+++ b/events.txt
@@ -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'
diff --git a/rules.js b/rules.js
index 362c651..80a06e9 100644
--- a/rules.js
+++ b/rules.js
@@ -9008,7 +9008,7 @@ CODE[33] = [ // Sajudis*
CODE[34] = [ // Fidesz*
[ vm_permanently_remove ],
[ vm_valid_spaces, 'Eotvos Lorand University' ],
- [ vm_prompt, 'the Hungary students space' ],
+ [ vm_prompt, 'the Hungary Student space' ],
[ vm_add_x_infl, 5 ],
[ vm_return ],
]
@@ -9071,7 +9071,7 @@ CODE[41] = [ // Ceausescu*
[ vm_return ],
[ vm_else ],
[ vm_if, ()=>game.persistent_events.includes(C_CEAUSESCU) ],
- [ vm_prompt, 'you must remove 1 SP from Bucharesti' ],
+ [ vm_prompt, 'you must remove 1 SP from Bucureşti' ],
[ vm_ceausescu ],
[ vm_return ],
[ vm_else ],
@@ -9274,7 +9274,7 @@ CODE[67] = [ // Reformer Rehabilitated*
CODE[68] = [ // Klaus and Komarek*
[ vm_permanently_remove ],
[ vm_klaus_and_komarek ],
- [ vm_prompt, 'Prague' ],
+ [ vm_prompt, 'Praha' ],
[ vm_remove_x_opp_infl, 2 ],
[ vm_valid_spaces, 'Praha' ],
[ vm_add_x_infl, 2 ],
@@ -9316,7 +9316,7 @@ CODE[72] = [ // Peasant Parties Revolt
CODE[73] = [ // Laszlo Tokes*
[ vm_laszlo_tokes_prep ],
[ vm_valid_spaces, 'Timisoara', 'Harghita/Covasna' ],
- [ vm_prompt, 'in Timisoara and Harghita/Covasna' ],
+ [ vm_prompt, 'in Timişoara and Harghita/Covasna' ],
[ vm_add_limited_infl, 2, 1 ],
[ vm_laszlo_tokes ],
[ vm_if, ()=>game.phase === 3 ],
@@ -9612,10 +9612,10 @@ CODE[104] = [ // New Year's Eve Party*
CODE[105] = [ // Public Against Violence*
[ vm_permanently_remove ],
[ vm_valid_spaces, 'Kosice' ],
- [ vm_prompt, 'Kosice' ],
+ [ vm_prompt, 'Košice' ],
[ vm_add_x_infl, 2 ],
[ vm_valid_spaces, 'Presov' ],
- [ vm_prompt, 'Presov' ],
+ [ vm_prompt, 'Prešov' ],
[ vm_add_x_infl, 2 ],
[ vm_public_against_violence ],
[ vm_prompt, 'Make a Support Check in Bratislava' ],