summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-12-04 19:19:30 +0000
committerMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-12-04 19:19:30 +0000
commitc782a28f9b79414d7289a13c448e0add26c2aeb4 (patch)
tree3da81deb4bcb5fa78e7c8b636ec7e8358889f84a
parent7a4001e1741f472fe9cb8a037f9f59817fab2bbc (diff)
downloadvotes-for-women-c782a28f9b79414d7289a13c448e0add26c2aeb4.tar.gz
fix wording
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index b64a5af..9278951 100644
--- a/rules.js
+++ b/rules.js
@@ -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.`