From 5a6e85e73fe069d32e645f5cccc61d8e1301ec19 Mon Sep 17 00:00:00 2001 From: Dominic Zimmer Date: Mon, 1 Apr 2024 21:28:59 +0200 Subject: [PATCH] Add finale configuration --- src/App.tsx | 4 ++-- src/prompts.ts | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index d9e8a6c..41f6c41 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -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 = (array: T[]): T[] => { return array diff --git a/src/prompts.ts b/src/prompts.ts index d4f844f..ad6ea21 100644 --- a/src/prompts.ts +++ b/src/prompts.ts @@ -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"], ]