Skip to content

Commit

Permalink
Changed debug info. variable to "shoot UGL" from "shoot flare"
Browse files Browse the repository at this point in the history
  • Loading branch information
nk3nny committed May 1, 2020
1 parent 37b3281 commit cd8a0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/danger/functions/fnc_doUGL.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ _unit setUnitPosWeak "MIDDLE";
_unit setVariable [QGVAR(forceMove), true];

// variable
_unit setVariable [QGVAR(currentTask), "Shoot flare", GVAR(debug_functions)];
_unit setVariable [QGVAR(currentTask), "Shoot UGL", GVAR(debug_functions)];
_unit setVariable [QGVAR(currentTarget), objNull, GVAR(debug_functions)];
// dummy ~ seems necessary to get the AI to shoot up! -nkenny
private _flarePos = [_pos, (_unit getPos [80, getDir leader _unit]) vectorAdd [0, 0, 200]] select (_pos isEqualTo []);
Expand Down

0 comments on commit cd8a0c7

Please sign in to comment.