diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-05-11 00:20:50 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-05-11 00:20:50 +0200 |
commit | cb7de5fa6471b76341f255bdeafe5ad3d85841ba (patch) | |
tree | bb89a246b790b605c9e843ba9c3607a8adbe6b2a /rules.js | |
parent | 58aaa452af5df5fe84d9d26c5e0eb93048345844 (diff) | |
download | plantagenet-cb7de5fa6471b76341f255bdeafe5ad3d85841ba.tar.gz |
missing 10 influence from capture of the king
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); }, }; |