diff options
-rw-r--r-- | events.txt | 2 | ||||
-rw-r--r-- | rules.js | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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 ], |