From a518af12001ccd26bb1baaf74e4f5afc35673b70 Mon Sep 17 00:00:00 2001 From: FlightControl_Master Date: Sat, 3 Mar 2018 05:50:31 +0100 Subject: [PATCH] Issue #814 solved by adding it to the task reports of the A2G task. --- Moose Development/Moose/Tasking/Task_A2G.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Moose Development/Moose/Tasking/Task_A2G.lua b/Moose Development/Moose/Tasking/Task_A2G.lua index 5473231cc..01b97d2f7 100644 --- a/Moose Development/Moose/Tasking/Task_A2G.lua +++ b/Moose Development/Moose/Tasking/Task_A2G.lua @@ -367,6 +367,9 @@ do -- TASK_A2G end end self:SetInfo( "Targets", string.format( "%d of %s", DetectedItemsCount, ReportTypes:Text( ", " ) ), 10 ) + self:SetInfo( "QFE", string.format( "%d", TargetCoordinate:GetPressure() ), 12 ) + self:SetInfo( "°C", string.format( "%d", TargetCoordinate:GetTemperature() ), 12 ) + self:SetInfo( "Wind", string.format( "%d", TargetCoordinate:GetWind() ), 12 ) else local DetectedItemsCount = self.TargetSetUnit:Count() local DetectedItemsTypes = self.TargetSetUnit:GetTypeNames()