summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-06 15:29:16 +0200
committerTor Andersson <tor@ccxvii.net>2023-12-10 18:16:55 +0100
commita23f2d01e239babe4dec9cfb2295847814c467ef (patch)
treee3d2307c0f2ef5984bff2bb6348b17dfd50bd258
parent885a161740b483bad04abd98d380c05d253d96d6 (diff)
downloadplantagenet-a23f2d01e239babe4dec9cfb2295847814c467ef.tar.gz
LOC_DOCHESTER -> LOC_ROCHESTER
-rw-r--r--rules.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules.js b/rules.js
index b6ed8ac..72d2d26 100644
--- a/rules.js
+++ b/rules.js
@@ -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 {