From 341f4c3aeff60a03d6ec194777514dd760c7683e Mon Sep 17 00:00:00 2001 From: ace3mod Date: Tue, 12 Oct 2021 11:33:43 +0200 Subject: [PATCH] [Docs] Update component dependencies Automatically committed through CI. [ci skip] --- docs/_includes/dependencies_list.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/_includes/dependencies_list.md b/docs/_includes/dependencies_list.md index bd625ef691..4a857de2de 100644 --- a/docs/_includes/dependencies_list.md +++ b/docs/_includes/dependencies_list.md @@ -103,7 +103,7 @@ {% endif %} {% if include.component == "fastroping" %} -`ace_interaction` +`ace_interaction`, `ace_logistics_rope` {% endif %} {% if include.component == "fcs" %} @@ -198,6 +198,10 @@ `ace_common` {% endif %} +{% if include.component == "logistics_rope" %} +`ace_common` +{% endif %} + {% if include.component == "logistics_uavbattery" %} `ace_interaction` {% endif %} @@ -446,6 +450,10 @@ `ace_common` {% endif %} +{% if include.component == "towing" %} +`ace_common`, `ace_logistics_rope` +{% endif %} + {% if include.component == "trenches" %} `ace_interaction` {% endif %}