From 060863752f989d6fb57a28a01aac488fc7221930 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Sat, 14 Oct 2023 12:51:51 +0200 Subject: Suppression. Info if no units neutralized --- rules.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rules.js b/rules.js index b7cdd77..8d8c514 100644 --- a/rules.js +++ b/rules.js @@ -3576,6 +3576,10 @@ states.gov_suppression = { } }) + if (!targets.length) { + log(">No Bands/Faileks to neutralize") + } + // TODO FLN player chooses which exact units are neutralized) shuffle(targets) for(let u of targets.slice(0, result)) { -- cgit v1.2.3