From ab2a641ec97cb6c766bc85436f20b5453c33eb13 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Thu, 2 Jan 2025 23:10:48 +0000 Subject: Fix typo --- events.txt | 2 +- rules.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/events.txt b/events.txt index 3ef7c1c..8e5cc65 100644 --- a/events.txt +++ b/events.txt @@ -107,7 +107,7 @@ CARD 14 - Gorbachev Charms the West valid_spaces_opponent remove_opp_infl 2 valid_spaces_sc -prompt 'select a space for the Support Check' +prompt 'select a space for the Support Check.' 1_support_check diff --git a/rules.js b/rules.js index ea6044f..064c108 100644 --- a/rules.js +++ b/rules.js @@ -8772,7 +8772,7 @@ CODE[14] = [ // Gorbachev Charms the West [ vm_valid_spaces_opponent ], [ vm_remove_opp_infl, 2 ], [ vm_valid_spaces_sc ], - [ vm_prompt, 'select a space for the Support Check' ], + [ vm_prompt, 'select a space for the Support Check.' ], [ vm_1_support_check ], [ vm_return ], ] -- cgit v1.2.3