summaryrefslogtreecommitdiff
path: root/rules.ts
diff options
context:
space:
mode:
Diffstat (limited to 'rules.ts')
-rw-r--r--rules.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules.ts b/rules.ts
index 2f9eb3a..b696404 100644
--- a/rules.ts
+++ b/rules.ts
@@ -4211,6 +4211,9 @@ function get_port_supply_amount(loc: Locale, report: boolean) {
}
function get_stronghold_supply_amount(loc: Locale, report: boolean) {
+ let uses_port = map_get(game.supply, loc, 0) & 7
+ if (uses_port)
+ return 0
if (!has_exhausted_marker(loc)) {
let supply = 0