diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-12-19 13:32:56 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:38 +0100 |
commit | 69d42a0e3a42eaa4e2bf5bc17a24bcf45aad6fcf (patch) | |
tree | 7db038bb5d9a88a94ff72858986470c299c01e3d /rules.js | |
parent | f9f929092fbb8fe150c98f9c46c53b03d0cdae42 (diff) | |
download | nevsky-69d42a0e3a42eaa4e2bf5bc17a24bcf45aad6fcf.tar.gz |
Embiggen locale hit boxes.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2636,7 +2636,7 @@ function goto_novgorod_veche() { states.novgorod_veche = { prompt() { - view.prompt = "Novgorod Veche: Take one action with the Veche." + view.prompt = "Novgorod Veche: You may take one action with the Veche." view.actions.end_call_to_arms = 1 if (is_lord_ready(LORD_ALEKSANDR) || is_lord_ready(LORD_ANDREY)) { @@ -3434,7 +3434,7 @@ function resume_avoid_battle() { states.avoid_battle = { prompt() { - view.prompt = `Avoid Battle` + view.prompt = `Avoid Battle: You may avoid battle.` view.group = game.group let here = get_lord_locale(game.command) |