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
commitd107ffe91f2fe3af68b662c75920636606499fe1 (patch)
tree74db942cff649973094148ac1da7b91d4b0d33fc
parent85cf7f85bc8a91cdf2000147810a615620cef0b9 (diff)
downloadplantagenet-d107ffe91f2fe3af68b662c75920636606499fe1.tar.gz
LOC_DOCHESTER typo and zap duplicate get_supply_from_source.
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 26e5757..51dad3b 100644
--- a/rules.js
+++ b/rules.js
@@ -4410,7 +4410,7 @@ states.tax = {
game.where === LOC_LAUNCESTON ||
game.where === LOC_PLYMOUTH ||
game.where === LOC_WELLS ||
- game.where === LOC_ROCHESTER)
+ game.where === LOC_DORCHESTER)
)
add_lord_assets(game.command, COIN, 1)
} else {