mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
SOG Compat - Fix M1919 ammo not showing in arsenal (#8815)
vn_m1919_v_250_mag magazine has scopeArsenal attribute set to 0 so compat needs to address it.
This commit is contained in:
parent
f7f497f0ac
commit
a43af828b4
@ -11,6 +11,7 @@ class GVAR(tow_missile): vn_missile_tow_mag_x1 {
|
||||
class vn_m1919_v_250_mag;
|
||||
class GVAR(m1919_250): vn_m1919_v_250_mag {
|
||||
scope = 2;
|
||||
scopeArsenal = 2;
|
||||
type = 256;
|
||||
count = 250;
|
||||
model = "\vn\objects_f_vietnam\supply\a2_ammo\macv\vn_us_30cal.p3d";
|
||||
|
Loading…
Reference in New Issue
Block a user