mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
ece1031c4d
* RHS Compat - Add 2 rnd hellfire pylon Close #5957 * change magwell name * gvar->addon
9 lines
203 B
C++
9 lines
203 B
C++
class CfgMagazineWells {
|
|
class ace_hellfire_K {
|
|
ADDON[] = {QGVAR(pylon_mag_2rnd_hellfire_k)};
|
|
};
|
|
class ace_hellfire_N {
|
|
ADDON[] = {GVAR(pylon_mag_2rnd_hellfire_n)};
|
|
};
|
|
};
|