From 5bd1c798e7610b1907338887dd5e9d2ec04eddb9 Mon Sep 17 00:00:00 2001 From: Kalane Date: Sun, 15 Dec 2024 13:02:52 +0100 Subject: [PATCH] fix: add new coop vs ia gamemodes --- client/src/data/data.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/client/src/data/data.js b/client/src/data/data.js index 4624181..aa7d1ec 100644 --- a/client/src/data/data.js +++ b/client/src/data/data.js @@ -64,14 +64,29 @@ export const gameModes = { 830: { type: 'Bot', name: 'Co-op vs. AI (Intro)', + notes: 'Deprecated in March 2024 in favor of queueId 870', }, 840: { type: 'Bot', name: 'Co-op vs. AI (Beginner)', + notes: 'Deprecated in March 2024 in favor of queueId 880', }, 850: { type: 'Bot', name: 'Co-op vs. AI (Intermediate)', + notes: 'Deprecated in March 2024 in favor of queueId 890', + }, + 870: { + type: 'Bot', + name: 'Co-op vs. AI (Intro)', + }, + 880: { + type: 'Bot', + name: 'Co-op vs. AI (Beginner)', + }, + 890: { + type: 'Bot', + name: 'Co-op vs. AI (Intermediate)', }, 920: { type: 'Normal',