From 491a985f0ff639f337bfcb418b0022a35b5b6e86 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 30 Apr 2023 00:02:05 +0200 Subject: Fix Patrol bugs. --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 368875e..d7b83aa 100644 --- a/rules.js +++ b/rules.js @@ -3293,6 +3293,7 @@ states.patrol_activate_space = { piece(p) { game.op.targeted |= target_faction(p) set_active(p) + log_summary_activated(p) if (++game.op.count >= count_cubes(game.op.where) || !has_any_underground_guerrilla(game.op.where)) end_patrol_activate_space() }, @@ -3326,7 +3327,6 @@ function resume_patrol_assault() { game.state = "patrol_assault" else game.state = "patrol_done" - transfer_or_drug_bust_shipments() } function can_patrol_assault() { -- cgit v1.2.3