From eb10196ebdea7ec784aacf89846fd91ee16e9569 Mon Sep 17 00:00:00 2001 From: adueck Date: Wed, 18 Jan 2023 23:58:58 +0500 Subject: [PATCH] adjust game --- src/games/sub-cores/NPAdjGame.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/games/sub-cores/NPAdjGame.tsx b/src/games/sub-cores/NPAdjGame.tsx index 469cce5..5bf5fa0 100644 --- a/src/games/sub-cores/NPAdjGame.tsx +++ b/src/games/sub-cores/NPAdjGame.tsx @@ -15,8 +15,8 @@ import { comparePs } from "../../lib/game-utils"; import WordCard from "../../components/WordCard"; import { makeSandwich } from "../../lib/block-generators/sandwich-generator"; -const amount = 14; -const timeLimit = 275; +const amount = 16; +const timeLimit = 270; type Question = { selection: T.NPSelection | T.APSelection,