Add new flags to weapons array

This commit is contained in:
Timi007 2022-06-21 21:48:02 +02:00
parent e4d41ed70a
commit 65814f8002
No known key found for this signature in database
GPG Key ID: AFC60E0DA93308DA

View File

@ -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"};