Add finale configuration
This commit is contained in:
parent
5fdd0c5e48
commit
5a6e85e73f
@ -5,8 +5,8 @@ import './App.css';
|
|||||||
import {prompts, Categories, emojis} from './prompts';
|
import {prompts, Categories, emojis} from './prompts';
|
||||||
|
|
||||||
const alphabet = "ABCDEFGHIKLMNOPQRSTUVWXYZ";
|
const alphabet = "ABCDEFGHIKLMNOPQRSTUVWXYZ";
|
||||||
const lskey_prompts = "cs_bingo_prompts-day3";
|
const lskey_prompts = "cs_bingo_prompts-day4";
|
||||||
const lskey_ticked = "cs_bingo_ticked-day3";
|
const lskey_ticked = "cs_bingo_ticked-day4";
|
||||||
|
|
||||||
const shuffle = <T,>(array: T[]): T[] => {
|
const shuffle = <T,>(array: T[]): T[] => {
|
||||||
return array
|
return array
|
||||||
|
@ -31,7 +31,7 @@ export const prompts: [Categories, string][] = [
|
|||||||
["fails", "Where'd the time go?"],
|
["fails", "Where'd the time go?"],
|
||||||
["fails", "CS2 is bug free"],
|
["fails", "CS2 is bug free"],
|
||||||
["fails", "Death while throwing util"],
|
["fails", "Death while throwing util"],
|
||||||
["fails", "Bad Timing!"],
|
//.["fails", "Bad Timing!"],
|
||||||
|
|
||||||
["epic", "Ace"],
|
["epic", "Ace"],
|
||||||
["epic", "Kill Feed: Gun+3"],
|
["epic", "Kill Feed: Gun+3"],
|
||||||
@ -48,12 +48,12 @@ export const prompts: [Categories, string][] = [
|
|||||||
["meta", "Rush B Blyat"],
|
["meta", "Rush B Blyat"],
|
||||||
["meta", "4 CTs save"],
|
["meta", "4 CTs save"],
|
||||||
|
|
||||||
["unexpected", "Ladder kill"],
|
//["unexpected", "Ladder kill"],
|
||||||
["unexpected", "Kill while flashed"],
|
["unexpected", "Kill while flashed"],
|
||||||
["unexpected", "AWP noscope"],
|
["unexpected", "AWP noscope"],
|
||||||
["unexpected", "Tech Timeout"],
|
["unexpected", "Tech Timeout"],
|
||||||
["unexpected", "Player hiding in smoke"],
|
["unexpected", "Player hiding in smoke"],
|
||||||
["unexpected", "150 damage with 1 HE"],
|
["unexpected", "100 damage with 1 HE"],
|
||||||
["unexpected", "2:0 and bye!"],
|
["unexpected", "2:0 and bye!"],
|
||||||
["unexpected", "Hug in Smoke"],
|
["unexpected", "Hug in Smoke"],
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user