Skip to content

Commit

Permalink
Merge pull request #213 from Panisher/master
Browse files Browse the repository at this point in the history
Axe - The fall direction will then be away from player position
  • Loading branch information
b-mayr-1984 authored Sep 11, 2024
2 parents a0c85e5 + c9de2dc commit 66e35d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/axe/functions/fn_cutDownTree.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if !(_unit call ace_common_fnc_isSwimming) then {

private _onCompletion = {
(_this select 0) params ["_treeObject", "", "_unit"];
_treeObject setdamage 1;
_treeObject setDamage [1, true, _unit];
[_treeObject] call FUNC(checkCutDown);
if !(_unit call ace_common_fnc_isSwimming) then {
[_unit, "AmovPknlMstpSrasWrflDnon", 1] call ace_common_fnc_doAnimation;
Expand Down

0 comments on commit 66e35d1

Please sign in to comment.