diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-06 15:29:16 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 18:16:55 +0100 |
commit | a23f2d01e239babe4dec9cfb2295847814c467ef (patch) | |
tree | e3d2307c0f2ef5984bff2bb6348b17dfd50bd258 | |
parent | 885a161740b483bad04abd98d380c05d253d96d6 (diff) | |
download | plantagenet-a23f2d01e239babe4dec9cfb2295847814c467ef.tar.gz |
LOC_DOCHESTER -> LOC_ROCHESTER
-rw-r--r-- | rules.js | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4085,7 +4085,7 @@ function get_supply_from_source(source) { game.where === LOC_LAUNCESTON || game.where === LOC_PLYMOUTH || game.where === LOC_WELLS || - game.where === LOC_DOCHESTER) + game.where === LOC_ROCHESTER) ) prov += 1 @@ -4113,7 +4113,7 @@ function get_supply_from_source(source) { game.where === LOC_LAUNCESTON || game.where === LOC_PLYMOUTH || game.where === LOC_WELLS || - game.where === LOC_DOCHESTER) + game.where === LOC_ROCHESTER) ) { prov += 1 } @@ -4424,7 +4424,7 @@ states.tax = { game.where === LOC_LAUNCESTON || game.where === LOC_PLYMOUTH || game.where === LOC_WELLS || - game.where === LOC_DOCHESTER) + game.where === LOC_ROCHESTER) ) add_lord_assets(game.command, COIN, 1) } else { |