Merge pull request #1974 from jokoho48/parachutePrivateScope

Fix that Reserve Parachute can get in Arsenal or in Crate
This commit is contained in:
Glowbal 2015-08-08 14:25:40 +02:00
commit d8d706eb04

View File

@ -6,7 +6,6 @@ class CfgVehicles {
};
class TransportBackpacks {
MACRO_ADDBACKPACK(ACE_NonSteerableParachute,4);
MACRO_ADDBACKPACK(ACE_ReserveParachute,4);
};
};
@ -93,7 +92,7 @@ class CfgVehicles {
class ACE_ReserveParachute: ACE_NonSteerableParachute {
author = ECSTRING(common,ACETeam);
displayName = CSTRING(ReserveParachute);
scope = 2;
scope = 1;
mass = 70;
ParachuteClass = "NonSteerable_Parachute_F";
ace_reserveParachute = "";