summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules.js b/rules.js
index 8a30687..f5f7255 100644
--- a/rules.js
+++ b/rules.js
@@ -4540,10 +4540,10 @@ states.select_supply_type = {
view.actions.port = 1
},
stronghold() {
- use_stronghold_supply(source, get_stronghold_supply_amount(source))
+ use_stronghold_supply(game.where, get_stronghold_supply_amount(game.where))
},
port() {
- use_port_supply(source, get_port_supply_amount(source))
+ use_port_supply(game.where, get_port_supply_amount(game.where))
},
}