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 | d107ffe91f2fe3af68b662c75920636606499fe1 (patch) | |
tree | 74db942cff649973094148ac1da7b91d4b0d33fc | |
parent | 85cf7f85bc8a91cdf2000147810a615620cef0b9 (diff) | |
download | plantagenet-d107ffe91f2fe3af68b662c75920636606499fe1.tar.gz |
LOC_DOCHESTER typo and zap duplicate get_supply_from_source.
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |