diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-14 18:05:28 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-14 18:05:28 +0000 |
commit | 22156d1072bda8625878a54cfd696285485fcc1a (patch) | |
tree | d1068bc716b85fa7573e33c4d92be56e9d932c7c /rules.js | |
parent | 93b5e0609163dcf54d029a6e894dbd9333d588c4 (diff) | |
download | 1989-dawn-of-freedom-22156d1072bda8625878a54cfd696285485fcc1a.tar.gz |
Fix typo
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6665,7 +6665,7 @@ states.vm_deutsche_marks_prep = { states.vm_deutsche_marks_confirm = { prompt() { - view.prompt = `Deutsche Marks: Gave ${quoted_card_name[game.vm_event]}.` + view.prompt = `Deutsche Marks: Give ${quoted_card_name[game.vm_event]}.` gen_action('done') }, done() { |