summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorteisuru <31881306+teisuru@users.noreply.github.com>2023-12-14 10:26:42 +0100
committerteisuru <31881306+teisuru@users.noreply.github.com>2023-12-14 10:26:42 +0100
commit6f8e25441bbee2faf590a55295d35b670cc6cca5 (patch)
tree578dd38d0ab6717bf1da01ef23a18c48ffdd2e0a /rules.js
parentbed9a0ae25860dc90e4ac7aa96d142333867c010 (diff)
downloadplantagenet-6f8e25441bbee2faf590a55295d35b670cc6cca5.tar.gz
fix L31
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules.js b/rules.js
index 5ce2c34..5e6bf12 100644
--- a/rules.js
+++ b/rules.js
@@ -2557,7 +2557,7 @@ function goto_yorkist_choice() {
}
states.warwicks_propaganda_yorkist_choice = {
- inactive: "Yorkists to choose to Pay or Remove influence",
+ inactive: "Yorkists to choose to Pay or Remove favour",
prompt() {
view.prompt = `For each Stronghold, Pay 2 influence or Remove favour.`
let done = true
@@ -2572,7 +2572,7 @@ states.warwicks_propaganda_yorkist_choice = {
view.actions.done = 1
}
} else {
- view.actions.remove_influence = 1
+ view.actions.remove_favour = 1
view.actions.pay = 1
}
@@ -2580,7 +2580,7 @@ states.warwicks_propaganda_yorkist_choice = {
locale(loc) {
game.who = loc
},
- remove_influence() {
+ remove_favour() {
push_undo()
remove_favoury_marker(game.who)
remove_propaganda_target(game.who)
@@ -2806,7 +2806,7 @@ states.robins_rebellion = {
},
locale(loc) {
push_undo()
- shift_favour_toward()
+ shift_favour_toward(loc)
logi(`Placed/Removed favour at ${data.locales[loc].name}`)
game.count++
},