diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-04-03 16:02:47 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-04-03 16:02:47 -0400 |
commit | bac94591c97b1ef9a4c7be0f0fdaafdbd22bd5a4 (patch) | |
tree | bcbdbd6b79a8c5b5e8225e9cd2ae40d8910d508f | |
parent | c68489555f1fecb8769791ee02335cb163b150d1 (diff) | |
download | vijayanagara-bac94591c97b1ef9a4c7be0f0fdaafdbd22bd5a4.tar.gz |
Typo, maybe.
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2357,7 +2357,7 @@ states.compel_space = { view.prompt = "Compel: Done." view.actions.end_compel = 1 } else { - view.prompt = "Compel: Exercice your influence over other kingdoms." + view.prompt = "Compel: Exercise your influence over other kingdoms." } if (game.inf[VE] >= 2 && game.decree.count < 2) { |