summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 055f30b..675f2b9 100644
--- a/rules.js
+++ b/rules.js
@@ -3893,7 +3893,7 @@ states.tax = {
prompt() {
view.prompt = "Tax: Select the location to tax."
if (game.where === NOWHERE) {
- for (let loc of search_tax([], get_lord_locale(game.command)))
+ for (let loc of search_tax([], get_lord_locale(game.command), game.command))
gen_action_locale(loc)
} else {
view.prompt = `Tax: Attempting to tax ${data.locales[game.where].name}. `