diff options
author | teisuru <31881306+teisuru@users.noreply.github.com> | 2024-02-18 13:19:57 +0100 |
---|---|---|
committer | teisuru <31881306+teisuru@users.noreply.github.com> | 2024-02-18 13:19:57 +0100 |
commit | ccb919b3df47365c10b7da9c5789ad19b30e74d3 (patch) | |
tree | 24a4335bc1b34bd1862ae7fad7f8189c16caafcc | |
parent | e91f7643324a5819937897d064848412f4d8748a (diff) | |
download | plantagenet-ccb919b3df47365c10b7da9c5789ad19b30e74d3.tar.gz |
fix prompt welsh rebellion
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3157,7 +3157,7 @@ function goto_lancaster_event_welsh_rebellion() { } states.welsh_rebellion_remove_troops = { - inactive: "Welsh Rebellion - Remove troops", + inactive: "Welsh Rebellion \u2014 Remove troops", prompt() { view.prompt = `Remove 2 Troops from each enemy Lord in Wales.` let done = true @@ -3225,7 +3225,7 @@ states.welsh_rebellion_remove_troops = { } states.welsh_rebellion_remove_favour = { - inactive: "Robin's Rebellion", + inactive: "Welsh Rebellion \u2014 Remove Favour", prompt() { view.prompt = `Select up to ${2-game.count} Locales in Wales.` for (let loc = first_locale; loc <= last_locale; loc++) { |