Skip to content

Commit

Permalink
The fall direction will then be away from player position.
Browse files Browse the repository at this point in the history
  • Loading branch information
Panisher committed Sep 1, 2024
1 parent a0c85e5 commit c9de2dc
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 c9de2dc

Please sign in to comment.