Make reserve steerable

This commit is contained in:
Grzegorz 2015-08-23 13:40:13 +02:00
parent 3eae83439b
commit 836b5001be

View File

@ -94,7 +94,7 @@ class CfgVehicles {
displayName = CSTRING(ReserveParachute);
scope = 1;
mass = 70;
ParachuteClass = "NonSteerable_Parachute_F";
ParachuteClass = "Steerable_Parachute_F";
ace_reserveParachute = "";
ace_hasReserveParachute = 0;
};