mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
99c7bea6fe
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
15 lines
315 B
Plaintext
15 lines
315 B
Plaintext
#include "script_component.hpp"
|
|
|
|
ADDON = false;
|
|
|
|
PREP_RECOMPILE_START;
|
|
#include "XEH_PREP.hpp"
|
|
PREP_RECOMPILE_END;
|
|
|
|
// handle GM uniform additional insignia
|
|
[QEGVAR(arsenal,displayClosed), {
|
|
EGVAR(arsenal,center) call gm_core_characters_fnc_updateUniformDetails;
|
|
}] call CBA_fnc_addEventHandler;
|
|
|
|
ADDON = true;
|