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

Repair - Fix taking wheels from invincible vehicles #6976

Merged
merged 2 commits into from
May 11, 2019

Conversation

commy2
Copy link
Contributor

@commy2 commy2 commented May 3, 2019

When merged this pull request will:

@commy2 commy2 added the kind/bug-fix Release Notes: **FIXED:** label May 3, 2019
@commy2 commy2 added this to the 3.12.7 milestone May 3, 2019
@commy2
Copy link
Contributor Author

commy2 commented May 3, 2019

@bux Can you test if this fixes your infinite wheel bug?

@commy2 commy2 self-assigned this May 3, 2019
@@ -4,4 +4,17 @@
[QGVAR(setVehicleHitPointDamage), {_this call FUNC(setHitPointDamage)}] call CBA_fnc_addEventHandler;

// wheels
[QGVAR(setWheelHitPointDamage), {(_this select 0) setHitPointDamage [_this select 1, _this select 2]}] call CBA_fnc_addEventHandler;
[QGVAR(setWheelHitPointDamage), {
Copy link
Contributor

Choose a reason for hiding this comment

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

We could replace use of this event with QEGVAR(common,setVanillaHitPointDamage)

@PabstMirror PabstMirror changed the title Taking wheels from invincible vehicles Repair - Fix taking wheels from invincible vehicles May 6, 2019
@commy2 commy2 merged commit 746d384 into master May 11, 2019
@commy2 commy2 deleted the taking-wheels-from-invincible-vehicles branch May 11, 2019 21:10
@PabstMirror PabstMirror modified the milestones: 3.12.7, 3.13.0 Jul 5, 2019
BaerMitUmlaut pushed a commit that referenced this pull request Aug 5, 2019
…hicles

Repair - Fix taking wheels from invincible vehicles
@PabstMirror PabstMirror modified the milestones: 3.13.0, 3.13.0-temp2 Dec 30, 2019
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
2 participants