Add G-force reduction to Heli Pilot Coveralls [LDF] (#7825)

This commit is contained in:
Daniel Lee 2020-08-04 16:43:53 +01:00 committed by GitHub
parent b42d6f013d
commit 48c7738c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,4 +19,7 @@ class CfgWeapons {
class U_O_PilotCoveralls: Uniform_Base {
ACE_GForceCoef = 0.8;
};
class U_I_E_Uniform_01_coveralls_F: Uniform_Base {
ACE_GForceCoef = 0.8;
};
};