mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
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:
parent
63be48f207
commit
88eb4c6cd3
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user