Skip to content

Commit

Permalink
Add K98 weapon support
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahlgren committed Sep 17, 2023
1 parent 8c75be3 commit 08ece12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addons/jam/jam_vn/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ class CfgWeapons {

class vn_rifle762: vn_rifle {};

class vn_k98k: vn_rifle762 {
magazineWell[] += {"CBA_792x57_K98"};
};

class vn_m1carbine: vn_rifle762 {
magazineWell[] += {"CBA_30Carbine_M1Carbine"};
};
Expand Down

0 comments on commit 08ece12

Please sign in to comment.