From 04572b1595705d83bbd0a13a905337fc3ae3f4e9 Mon Sep 17 00:00:00 2001 From: oceanroleplay Date: Wed, 8 Sep 2021 04:36:01 +0530 Subject: [PATCH] update --- src/Identifiers.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Identifiers.ts b/src/Identifiers.ts index 2e93ac3..16bb221 100644 --- a/src/Identifiers.ts +++ b/src/Identifiers.ts @@ -6,6 +6,7 @@ export const skyConditions: IMetaSkyCondition[] = [ { code: "CLR", description: "Sky clear at or below 12,000AGL" }, { code: "FEW", description: "Few cloud layer 0/8ths to 2/8ths" }, { code: "OVC", description: "Overcast cloud layer 8/8ths coverage" }, + { code: "OVCX", description: "Overcast cloud layer 8/8ths coverage" }, { code: "SCT", description: "Scattered cloud layer 3/8ths to 4/8ths" }, { code: "SKC", description: "Sky Clear" }, { code: "TCU", description: "Towering Cumulus" },