From ccb919b3df47365c10b7da9c5789ad19b30e74d3 Mon Sep 17 00:00:00 2001 From: teisuru <31881306+teisuru@users.noreply.github.com> Date: Sun, 18 Feb 2024 13:19:57 +0100 Subject: fix prompt welsh rebellion --- rules.js | 4 ++-- 1 file 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++) { -- cgit v1.2.3