diff options
-rw-r--r-- | tools/gendata.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gendata.js b/tools/gendata.js index f4932b3..e7bb191 100644 --- a/tools/gendata.js +++ b/tools/gendata.js @@ -158,6 +158,7 @@ def_unit(FLN, BAND, "fln_band", 24) def_unit(FLN, CADRE, "fln_cadre", 30) def_unit(FLN, FRONT, "fln_front", 16) +console.log("const area_count =", areas.length) console.log("const unit_count =", units.length) console.log("const first_gov_unit =", units.findIndex((u) => u.side === GOV)) console.log("const last_gov_unit =", units.findLastIndex((u) => u.side === GOV)) |