mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #1974 from jokoho48/parachutePrivateScope
Fix that Reserve Parachute can get in Arsenal or in Crate
This commit is contained in:
commit
d8d706eb04
@ -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 = "";
|
||||
|
Loading…
Reference in New Issue
Block a user