Add ACE support for SOG M63A (#8545)

The ammo for M63A Belt-fed version was not classified as a Belt
This commit is contained in:
ZluskeN 2021-10-17 22:01:21 +02:00 committed by GitHub
parent 63be48f207
commit 88eb4c6cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,3 +8,7 @@ class vn_pk_100_mag: vn_lmgmag_base {
class vn_rpd_100_mag: vn_lmgmag_base {
ACE_isBelt = 1;
};
class vn_m16_mag_base;
class vn_m63a_100_mag: vn_m16_mag_base {
ACE_isBelt = 1;
};