diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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)) { |