fix: add new coop vs ia gamemodes

This commit is contained in:
Kalane 2024-12-15 13:02:52 +01:00
parent a6bf75487c
commit 5bd1c798e7
No known key found for this signature in database
GPG key ID: B389A4E3DFF8E414

View file

@ -64,14 +64,29 @@ export const gameModes = {
830: { 830: {
type: 'Bot', type: 'Bot',
name: 'Co-op vs. AI (Intro)', name: 'Co-op vs. AI (Intro)',
notes: 'Deprecated in March 2024 in favor of queueId 870',
}, },
840: { 840: {
type: 'Bot', type: 'Bot',
name: 'Co-op vs. AI (Beginner)', name: 'Co-op vs. AI (Beginner)',
notes: 'Deprecated in March 2024 in favor of queueId 880',
}, },
850: { 850: {
type: 'Bot', type: 'Bot',
name: 'Co-op vs. AI (Intermediate)', 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: { 920: {
type: 'Normal', type: 'Normal',