From 776148fa6b9d8877b4851a3878d62e6deb894300 Mon Sep 17 00:00:00 2001 From: Matt Walsh Date: Mon, 2 Jun 2025 20:42:03 -0500 Subject: [PATCH] handle haze-n regional map icon --- server/scripts/modules/icons/icons-small.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/server/scripts/modules/icons/icons-small.mjs b/server/scripts/modules/icons/icons-small.mjs index 5d24445..cc30d6f 100644 --- a/server/scripts/modules/icons/icons-small.mjs +++ b/server/scripts/modules/icons/icons-small.mjs @@ -44,6 +44,7 @@ const smallIcon = (link, _isNightTime) => { case 'sct-n': case 'nsct': case 'nsct-n': + case 'haze-n': return addPath('Partly-Cloudy-Night.gif'); case 'ovc':