summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-07-09 00:44:25 +0200
committerTor Andersson <tor@ccxvii.net>2023-07-09 00:44:25 +0200
commit55c7b4ce80dfb49ee2452e56271bd78833e227d1 (patch)
tree26bfe93ff99bb9310d07786b479c1e971bdbde6a
parent681559486720c909bdce708a3b9b21629ab47a1f (diff)
downloadtime-of-crisis-55c7b4ce80dfb49ee2452e56271bd78833e227d1.tar.gz
Fix can_select_governor for hold games action.
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 030206c..4f0717d 100644
--- a/rules.js
+++ b/rules.js
@@ -1746,7 +1746,7 @@ function can_select_governor(id) {
return true
// Hold Game
- if (game.pip >= 2 && get_mobs())
+ if (game.pip >= 2 && get_mobs(where))
return true
// Increase Support Level