summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteisuru <31881306+teisuru@users.noreply.github.com>2024-02-18 13:19:57 +0100
committerteisuru <31881306+teisuru@users.noreply.github.com>2024-02-18 13:19:57 +0100
commitccb919b3df47365c10b7da9c5789ad19b30e74d3 (patch)
tree24a4335bc1b34bd1862ae7fad7f8189c16caafcc
parente91f7643324a5819937897d064848412f4d8748a (diff)
downloadplantagenet-ccb919b3df47365c10b7da9c5789ad19b30e74d3.tar.gz
fix prompt welsh rebellion
-rw-r--r--rules.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules.js b/rules.js
index a3c65b7..d269481 100644
--- a/rules.js
+++ b/rules.js
@@ -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++) {