feat: add new poro king gamemode

This commit is contained in:
Valentin Kaelin 2019-12-14 13:13:54 +01:00
parent 81661f3e93
commit 98fef4785d

View file

@ -60,5 +60,9 @@ export const gameModes = {
850: { 850: {
type: 'Bot', type: 'Bot',
name: 'Co-op vs. AI (Intermediate)', name: 'Co-op vs. AI (Intermediate)',
},
920: {
type: 'Normal',
name: 'PORO KING',
} }
} }