mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Compat WS - Add barrel swap to WS machine guns (#9808)
Add barrel swap to WS machine guns
This commit is contained in:
parent
5111062e6d
commit
c4688f2ae5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user