From 198286ab6b25987e9c71decc3caf193ae9d9055e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 26 Apr 2023 23:46:23 +0200 Subject: Fix typo when redeploying Govt from FARC Zone. --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 5ac7ec6..cdf2c5d 100644 --- a/rules.js +++ b/rules.js @@ -6580,7 +6580,7 @@ function find_first_police_in_farc_zone() { function has_govt_base_in_farc_zone() { for (let s = first_dept; s <= last_dept; ++s) - if (is_farc_zone(s) && has_govt_piece(s)) + if (is_farc_zone(s) && has_govt_base(s)) return true return false } -- cgit v1.2.3