From edf716d268ac87a7522f76c2b6b9880f7f2e7405 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Tue, 17 Oct 2023 15:34:28 +0200 Subject: remove unused --- rules.js | 1 - 1 file changed, 1 deletion(-) diff --git a/rules.js b/rules.js index b3247e9..fc83cad 100644 --- a/rules.js +++ b/rules.js @@ -3343,7 +3343,6 @@ function end_combat() { // Remaining involved units of the side that received the largest number of 'hits' // (according to the table, whether implemented or not) are Neutralized (no one is neutralized if equal results). - let contact_loc = unit_loc(game.contacted[0]) if (game.combat.hits_on_gov > game.combat.hits_on_fln) { log(`>Gov. units neutralized`) -- cgit v1.2.3