Skip to content

Commit

Permalink
Fix inherited UGL_F magazines by vn_ugl
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahlgren committed Oct 7, 2023
1 parent fa15f81 commit 3aa1ffc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion addons/jam/jam_vn/CfgWeapons.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
class CfgWeapons {
class vn_rifle;
class Rifle_Base_F;

class UGL_F;

class vn_rifle: Rifle_Base_F {
class vn_ugl: UGL_F {
magazineWell[] = {};
};
};

class vn_m16: vn_rifle {
magazineWell[] += {"CBA_556x45_STANAG","CBA_556x45_STANAG_L","CBA_556x45_STANAG_XL","CBA_556x45_STANAG_2D","CBA_556x45_STANAG_2D_XL"};
Expand Down

0 comments on commit 3aa1ffc

Please sign in to comment.