diff options
author | teisuru <31881306+teisuru@users.noreply.github.com> | 2023-10-06 15:52:54 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 18:16:55 +0100 |
commit | a5da4e1449a35afdb8cb1e77325bbac61caac3ba (patch) | |
tree | 034eb525e29bff58e24059b75f5809c96a00c42e /rules.js | |
parent | 83b038df6fadf65931907cc912d47b2f17cceb89 (diff) | |
download | plantagenet-a5da4e1449a35afdb8cb1e77325bbac61caac3ba.tar.gz |
stafford branch fix
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4090,12 +4090,13 @@ function get_supply_from_source(source) { return prov if ( - game.command === LORD_DEVON && + game.command === LORD_DEVON && + lord_has_capability(LORD_DEVON, AOW_YORK_STAFFORD_BRANCH) && (game.where === LOC_EXETER || game.where === LOC_LAUNCESTON || game.where === LOC_PLYMOUTH || game.where === LOC_WELLS || - game.where === LOC_ROCHESTER) + game.where === LOC_DORCHESTER) ) prov += 1 |