Add extra weight to battle count splash message
This commit is contained in:
parent
0d2f3e0388
commit
f762cf1eb3
|
@ -1,7 +1,7 @@
|
||||||
export const battleCountSplashMessage = '{COUNT} Battles Won!';
|
export const battleCountSplashMessage = '{COUNT} Battles Won!';
|
||||||
|
|
||||||
export const splashMessages = [
|
export const splashMessages = Array(10).fill(battleCountSplashMessage);
|
||||||
battleCountSplashMessage,
|
splashMessages.push(...[
|
||||||
'Join the Discord!',
|
'Join the Discord!',
|
||||||
'Infinite Levels!',
|
'Infinite Levels!',
|
||||||
'Everything Stacks!',
|
'Everything Stacks!',
|
||||||
|
@ -32,4 +32,4 @@ export const splashMessages = [
|
||||||
'Also Try Emerald Rogue!',
|
'Also Try Emerald Rogue!',
|
||||||
'Eevee Expo!',
|
'Eevee Expo!',
|
||||||
'YNOproject!'
|
'YNOproject!'
|
||||||
];
|
]);
|
Loading…
Reference in New Issue