summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-05-11 00:20:50 +0200
committerTor Andersson <tor@ccxvii.net>2024-05-11 00:20:50 +0200
commitcb7de5fa6471b76341f255bdeafe5ad3d85841ba (patch)
treebb89a246b790b605c9e843ba9c3607a8adbe6b2a /rules.js
parent58aaa452af5df5fe84d9d26c5e0eb93048345844 (diff)
downloadplantagenet-cb7de5fa6471b76341f255bdeafe5ad3d85841ba.tar.gz
missing 10 influence from capture of the king
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index b66c003..bdb459e 100644
--- a/rules.js
+++ b/rules.js
@@ -7273,7 +7273,7 @@ states.capture_of_the_king = {
set_delete(game.battle.fled, LORD_HENRY_VI);
clear_lord(LORD_HENRY_VI);
set_lord_locale(LORD_HENRY_VI, CAPTURE_OF_THE_KING + lord);
- // Note: the other 10 influence were already gained from normal battle victory
+ increase_york_influence(10);
end_battle_losses();
},
};