summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"] ],