From c782a28f9b79414d7289a13c448e0add26c2aeb4 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Mon, 4 Dec 2023 19:19:30 +0000 Subject: fix wording --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.` -- cgit v1.2.3