mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
[Docs] Update component dependencies
Automatically committed through CI. [ci skip]
This commit is contained in:
parent
6ca9d59443
commit
b06d6fc0f8
@ -110,6 +110,10 @@
|
||||
`ace_interaction`
|
||||
{% endif %}
|
||||
|
||||
{% if include.component == "field_rations" %}
|
||||
`ace_interact_menu`
|
||||
{% endif %}
|
||||
|
||||
{% if include.component == "finger" %}
|
||||
`ace_common`
|
||||
{% endif %}
|
||||
@ -126,6 +130,10 @@
|
||||
`ace_main`
|
||||
{% endif %}
|
||||
|
||||
{% if include.component == "fortify" %}
|
||||
`ace_interaction`
|
||||
{% endif %}
|
||||
|
||||
{% if include.component == "frag" %}
|
||||
`ace_common`
|
||||
{% endif %}
|
||||
@ -150,6 +158,10 @@
|
||||
`ace_interaction`, `ace_movement`
|
||||
{% endif %}
|
||||
|
||||
{% if include.component == "headless" %}
|
||||
`ace_common`
|
||||
{% endif %}
|
||||
|
||||
{% if include.component == "hearing" %}
|
||||
`ace_interaction`
|
||||
{% endif %}
|
||||
@ -170,6 +182,10 @@
|
||||
`ace_common`
|
||||
{% endif %}
|
||||
|
||||
{% if include.component == "intelitems" %}
|
||||
`ace_interact_menu`, `ace_zeus`
|
||||
{% endif %}
|
||||
|
||||
{% if include.component == "interact_menu" %}
|
||||
`ace_common`
|
||||
{% endif %}
|
||||
@ -190,6 +206,10 @@
|
||||
`ACE_common`, `ACE_weather`
|
||||
{% endif %}
|
||||
|
||||
{% if include.component == "killtracker" %}
|
||||
`ace_medical`
|
||||
{% endif %}
|
||||
|
||||
{% if include.component == "laser" %}
|
||||
`ace_common`
|
||||
{% endif %}
|
||||
@ -418,6 +438,10 @@
|
||||
`ace_common`
|
||||
{% endif %}
|
||||
|
||||
{% if include.component == "sitting" %}
|
||||
`ace_interaction`
|
||||
{% endif %}
|
||||
|
||||
{% if include.component == "slideshow" %}
|
||||
`ace_common`
|
||||
{% endif %}
|
||||
@ -482,6 +506,14 @@
|
||||
`ace_common`
|
||||
{% endif %}
|
||||
|
||||
{% if include.component == "viewrestriction" %}
|
||||
`ace_common`
|
||||
{% endif %}
|
||||
|
||||
{% if include.component == "volume" %}
|
||||
`ace_common`
|
||||
{% endif %}
|
||||
|
||||
{% if include.component == "weaponselect" %}
|
||||
`ace_common`
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user