Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NonSteerable Reserve Parachute #3689

Merged
merged 2 commits into from
May 7, 2016
Merged

Add NonSteerable Reserve Parachute #3689

merged 2 commits into from
May 7, 2016

Conversation

PabstMirror
Copy link
Contributor

When merged this pull request will:

  • Add NonSteerable Reserve Parachute
  • Cleanup storeParachute

Close #3364

ACE_NonSteerableParachute -> ACE_NonSteerableReserveParachute - both are not steerable
B_Parachute -> ACE_ReserveParachute - both are steerable

@PabstMirror PabstMirror added the kind/bug-fix Release Notes: **FIXED:** label Apr 12, 2016
@PabstMirror PabstMirror added this to the 3.6.0 milestone Apr 12, 2016
_backpack = (_this select 1) select 6;
if ((vehicle _unit) isKindOf "ParachuteBase" && backpack _unit == "" && !(_unit getVariable [QGVAR(chuteIsCut),false]) && (_unit getVariable [QGVAR(hasReserve),false])) then {

private _unit = _this select 0;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

params ["_unit", "_gear"];

@thojkooi thojkooi merged commit 1742629 into master May 7, 2016
@thojkooi thojkooi deleted the parachutes branch May 7, 2016 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug-fix Release Notes: **FIXED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants