mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
9873bf566c
* Field Manual - Cleanup toml * Fix magwell capitilization * asc - skip fnc_zeusAttributes as it's hardcoded to be blocked * Eliminate all use of += in fieldmanual * Update sqfc.json
12 lines
292 B
C++
12 lines
292 B
C++
class CfgMagazineWells {
|
|
class ace_hellfire_K {
|
|
ADDON[] = {QGVAR(pylon_mag_2rnd_hellfire_k)};
|
|
};
|
|
class ace_hellfire_N {
|
|
ADDON[] = {QGVAR(pylon_mag_2rnd_hellfire_n)};
|
|
};
|
|
class ace_hellfire_L {
|
|
ADDON[] = {QGVAR(pylon_mag_2rnd_hellfire_l)};
|
|
};
|
|
};
|