diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-02 23:10:48 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-02 23:10:48 +0000 |
commit | ab2a641ec97cb6c766bc85436f20b5453c33eb13 (patch) | |
tree | db422afdcc63f0ea972707e0720398f9dea6f89e | |
parent | 543e0139e327f31a84ac8fa0f159ef3a07186e21 (diff) | |
download | 1989-dawn-of-freedom-ab2a641ec97cb6c766bc85436f20b5453c33eb13.tar.gz |
Fix typo
-rw-r--r-- | events.txt | 2 | ||||
-rw-r--r-- | rules.js | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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 ], ] |