summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--events.txt2
-rw-r--r--rules.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/events.txt b/events.txt
index ac76a8f..1463902 100644
--- a/events.txt
+++ b/events.txt
@@ -706,7 +706,7 @@ CARD 89 - Domino Theory*
# If the Democrat holds Power in at least 2 counties, he may retrieve any Power Struggle - card from the discard pile and play it immediately as an event. The Democrat receives a -1 drm to his dice rolls for this Power Struggle.
permanently_remove
if !is_auto_resolve(C_DOMINO_THEORY)
-prompt 'Domino Theory: Choose a Power Struggle card to play from the discard pile.'
+prompt 'Domino Theory: Choose a Power Struggle card to play from the discard pile'
domino_theory
else
domino_theory_pass
diff --git a/rules.js b/rules.js
index 8bf96f5..1d78cdc 100644
--- a/rules.js
+++ b/rules.js
@@ -9132,7 +9132,7 @@ CODE[88] = [ // Adamec*
CODE[89] = [ // Domino Theory*
[ vm_permanently_remove ],
[ vm_if, ()=>!is_auto_resolve(C_DOMINO_THEORY) ],
- [ vm_prompt, 'Domino Theory: Choose a Power Struggle card to play from the discard pile.' ],
+ [ vm_prompt, 'Domino Theory: Choose a Power Struggle card to play from the discard pile' ],
[ vm_domino_theory ],
[ vm_else ],
[ vm_domino_theory_pass ],