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 %}