mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add new flags to weapons array
This commit is contained in:
parent
e4d41ed70a
commit
65814f8002
@ -9,7 +9,10 @@ class CfgPatches {
|
||||
QGVAR(red),
|
||||
QGVAR(blue),
|
||||
QGVAR(green),
|
||||
QGVAR(yellow)
|
||||
QGVAR(yellow),
|
||||
QGVAR(orange),
|
||||
QGVAR(purple),
|
||||
QGVAR(black)
|
||||
};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_common", "ace_interact_menu", "ace_interaction"};
|
||||
|
Loading…
Reference in New Issue
Block a user