Add finale configuration

This commit is contained in:
Dominic Zimmer 2024-04-01 21:28:59 +02:00
parent 5fdd0c5e48
commit 5a6e85e73f
2 changed files with 5 additions and 5 deletions

View File

@ -5,8 +5,8 @@ import './App.css';
import {prompts, Categories, emojis} from './prompts';
const alphabet = "ABCDEFGHIKLMNOPQRSTUVWXYZ";
const lskey_prompts = "cs_bingo_prompts-day3";
const lskey_ticked = "cs_bingo_ticked-day3";
const lskey_prompts = "cs_bingo_prompts-day4";
const lskey_ticked = "cs_bingo_ticked-day4";
const shuffle = <T,>(array: T[]): T[] => {
return array

View File

@ -31,7 +31,7 @@ export const prompts: [Categories, string][] = [
["fails", "Where'd the time go?"],
["fails", "CS2 is bug free"],
["fails", "Death while throwing util"],
["fails", "Bad Timing!"],
//.["fails", "Bad Timing!"],
["epic", "Ace"],
["epic", "Kill Feed: Gun+3"],
@ -48,12 +48,12 @@ export const prompts: [Categories, string][] = [
["meta", "Rush B Blyat"],
["meta", "4 CTs save"],
["unexpected", "Ladder kill"],
//["unexpected", "Ladder kill"],
["unexpected", "Kill while flashed"],
["unexpected", "AWP noscope"],
["unexpected", "Tech Timeout"],
["unexpected", "Player hiding in smoke"],
["unexpected", "150 damage with 1 HE"],
["unexpected", "100 damage with 1 HE"],
["unexpected", "2:0 and bye!"],
["unexpected", "Hug in Smoke"],
]