From 9ea58df21928b311517e6c61701e465955280b02 Mon Sep 17 00:00:00 2001 From: th Date: Sun, 8 Jan 2023 21:45:45 -0800 Subject: [PATCH] Add Hercules format to coordsType --- Scripts/Hooks/scratchpad-hook.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Scripts/Hooks/scratchpad-hook.lua b/Scripts/Hooks/scratchpad-hook.lua index 2318dc9..332d9d6 100644 --- a/Scripts/Hooks/scratchpad-hook.lua +++ b/Scripts/Hooks/scratchpad-hook.lua @@ -322,6 +322,8 @@ local function loadScratchpad() return {DDM = {precision = 1, lonDegreesWidth = 3, showNegative = true}} elseif ac == "SA342M" or ac == "SA342L" or ac == "SA342Mistral" or ac == "SA342Minigun" then return {DDM = {precision = 1}} + elseif ac == "Hercules" then + return {DDM = {precision = 3, lonDegreesWidth = 3}} else return {NS430 = true, DMS = true, DDM = true, MGRS = true} end