From 23fbba14f7cd04d1edd4ce00057a9265de5461e5 Mon Sep 17 00:00:00 2001 From: David Pierron Date: Sun, 13 Jun 2021 10:33:26 +0200 Subject: [PATCH] typo --- CTLD.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CTLD.lua b/CTLD.lua index 2e75a11..81d79f1 100644 --- a/CTLD.lua +++ b/CTLD.lua @@ -439,7 +439,7 @@ ctld.unitActions = { -- ************** WEIGHT CALCULATIONS FOR INFANTRY GROUPS ****************** --- Infantry groups weight is calculated based on the soldiers' roles, and the weight of their KIT_WEIGHT +-- Infantry groups weight is calculated based on the soldiers' roles, and the weight of their kit -- Every soldier weights between 90% and 120% of ctld.SOLDIER_WEIGHT, and they all carry a backpack and their helmet (ctld.KIT_WEIGHT) -- Standard grunts have a rifle and ammo (ctld.RIFLE_WEIGHT) -- AA soldiers have a MANPAD tube (ctld.MANPAD_WEIGHT)