summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-05-18 19:00:57 +0200
committerTor Andersson <tor@ccxvii.net>2023-05-24 21:52:29 +0200
commit42d6cdcd072b395b4027da196ebdccc27392814b (patch)
tree05cdac2440205a180f2965d1fa43da0eaeb96e3b
parentfca6f219eff58c84cc7d3f004582cda06027c675 (diff)
downloadred-flag-over-paris-42d6cdcd072b395b4027da196ebdccc27392814b.tar.gz
Fix typo - sorry Louise!
-rw-r--r--events.txt2
-rw-r--r--rules.js4
2 files changed, 3 insertions, 3 deletions
diff --git a/events.txt b/events.txt
index d1c42c2..da35932 100644
--- a/events.txt
+++ b/events.txt
@@ -156,7 +156,7 @@ CARD 26 - Gaston Crémieux
increase_revolutionary_momentum
place_up_to 2 SOCIAL_MOVEMENTS
-CARD 27 - Luise Michel
+CARD 27 - Louise Michel
increase_revolutionary_momentum
prompt "Use 1 OP in Public Opinion or Paris."
switch ["public_opinion","paris"]
diff --git a/rules.js b/rules.js
index c5f20e1..110edcc 100644
--- a/rules.js
+++ b/rules.js
@@ -54,7 +54,7 @@ const card_names = [
"Eugène Protot",
"Paul Cluseret",
"Gaston Crémieux",
- "Luise Michel",
+ "Louise Michel",
"Jaroslav Dombrowski",
"Raoul Rigault",
"Karl Marx",
@@ -3804,7 +3804,7 @@ CODE[26] = [ // Gaston Crémieux
[ vm_return ],
]
-CODE[27] = [ // Luise Michel
+CODE[27] = [ // Louise Michel
[ vm_increase_revolutionary_momentum ],
[ vm_prompt, "Use 1 OP in Public Opinion or Paris." ],
[ vm_switch, ["public_opinion","paris"] ],