From cd8a0c71a7924f8f229b362175b245bd75ad9615 Mon Sep 17 00:00:00 2001 From: nkenny Date: Fri, 1 May 2020 16:42:34 +0200 Subject: [PATCH] Changed debug info. variable to "shoot UGL" from "shoot flare" --- addons/danger/functions/fnc_doUGL.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/danger/functions/fnc_doUGL.sqf b/addons/danger/functions/fnc_doUGL.sqf index 44e4470a..8805c9e7 100644 --- a/addons/danger/functions/fnc_doUGL.sqf +++ b/addons/danger/functions/fnc_doUGL.sqf @@ -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 []);