diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-12-04 19:19:30 +0000 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-12-04 19:19:30 +0000 |
commit | c782a28f9b79414d7289a13c448e0add26c2aeb4 (patch) | |
tree | 3da81deb4bcb5fa78e7c8b636ec7e8358889f84a /rules.js | |
parent | 7a4001e1741f472fe9cb8a037f9f59817fab2bbc (diff) | |
download | votes-for-women-c782a28f9b79414d7289a13c448e0add26c2aeb4.tar.gz |
fix wording
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3000,7 +3000,7 @@ states.vm_place_any_on_top_of_draw = { } } } else { - event_prompt("Select which cards to put on top of your Draw Deck. The rest goes at the bottom.") + event_prompt("Select which cards to put on top of your Draw Deck. The rest go to the bottom.") if (game.vm.play_one) { let event_card_name = CARDS[game.selected_cards[0]].name view.prompt += ` Will play "${event_card_name}" for its event.` |