From b77238b50af4e1b4f4c303cd95d5a4de07d099fe Mon Sep 17 00:00:00 2001 From: AnthonyFuller <24512050+AnthonyFuller@users.noreply.github.com> Date: Fri, 22 Mar 2024 15:39:54 +0000 Subject: [PATCH] Add The Ouroboros to escalation codenames (cherry picked from commit bc90ef1e49ce64e4a86b4753346304c35486b365) --- components/contracts/elusiveTargetArcades.ts | 2 +- static/EscalationCodenames.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/components/contracts/elusiveTargetArcades.ts b/components/contracts/elusiveTargetArcades.ts index a6fb47fa..56b49a98 100644 --- a/components/contracts/elusiveTargetArcades.ts +++ b/components/contracts/elusiveTargetArcades.ts @@ -17,8 +17,8 @@ */ export const orderedETAs = [ - "de9788cc-b9c4-47fc-b5df-86451cd82c43", "797e204a-ef3d-463b-a386-57df0fe29b8f", + "de9788cc-b9c4-47fc-b5df-86451cd82c43", "ff5b4e53-49ea-4d85-b94e-d3c8b3fc7ab3", "80cf04de-8e0b-4f38-b094-600753e2ac24", "85a67f31-75ce-40f5-a281-7765791f58ca", diff --git a/static/EscalationCodenames.json b/static/EscalationCodenames.json index 31d2213b..35f589e1 100644 --- a/static/EscalationCodenames.json +++ b/static/EscalationCodenames.json @@ -750,6 +750,11 @@ "id": "797e204a-ef3d-463b-a386-57df0fe29b8f", "isPeacock": true }, + { + "codename": "AniseStar", + "name": "The Ouroboros", + "id": "de9788cc-b9c4-47fc-b5df-86451cd82c43" + }, { "codename": "Honeydew", "name": "The Authoritarians",