Skip to content

Commit

Permalink
Add barrel swap to WS machine guns
Browse files Browse the repository at this point in the history
  • Loading branch information
Drofseh committed Feb 28, 2024
1 parent 474ecdd commit 9f8f57c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/compat_ws/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ class CfgWeapons {
ACE_barrelLength = 550;
ACE_barrelTwist = 304.8;
ACE_twistDirection = 1;
EGVAR(overheating,allowSwapBarrel) = 1;
};
class LMG_S77_Compact_base_lxWS: LMG_S77_base_lxWS {
ACE_barrelLength = 500;
ACE_barrelTwist = 304.8;
ACE_twistDirection = 1;
EGVAR(overheating,allowSwapBarrel) = 1;
};

// SLR
Expand Down

0 comments on commit 9f8f57c

Please sign in to comment.