From 0a8c75f623f1ef6ded9bfecb22b739431cb49e4f Mon Sep 17 00:00:00 2001 From: lL1l1 <82986251+lL1l1@users.noreply.github.com> Date: Sat, 21 Sep 2024 14:58:30 -0700 Subject: [PATCH] Add `OVERLAYINDIRECTFIRE` to Aeon destroyer so depth charge's range ring appears (#6433) --- changelog/snippets/fix.6433.md | 1 + units/UAS0201/UAS0201_unit.bp | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/snippets/fix.6433.md diff --git a/changelog/snippets/fix.6433.md b/changelog/snippets/fix.6433.md new file mode 100644 index 0000000000..6c84d072db --- /dev/null +++ b/changelog/snippets/fix.6433.md @@ -0,0 +1 @@ +- (#6433) Fix Aeon destroyer's depth charge's indirect fire range ring not appearing. diff --git a/units/UAS0201/UAS0201_unit.bp b/units/UAS0201/UAS0201_unit.bp index b419063970..55312d1f2b 100644 --- a/units/UAS0201/UAS0201_unit.bp +++ b/units/UAS0201/UAS0201_unit.bp @@ -24,6 +24,7 @@ UnitBlueprint{ "OVERLAYANTINAVY", "OVERLAYDEFENSE", "OVERLAYDIRECTFIRE", + "OVERLAYINDIRECTFIRE", "OVERLAYRADAR", "OVERLAYSONAR", "PRODUCTSC1",