From 84e2aa4c8f5f08b37baf242d2e8196a9d4e702e9 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 24 Aug 2017 21:28:25 +0000 Subject: [PATCH] Fixes --- assets/json/math-game.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/json/math-game.json b/assets/json/math-game.json index 96ec186b..7feb2818 100644 --- a/assets/json/math-game.json +++ b/assets/json/math-game.json @@ -29,10 +29,10 @@ "impossible" ], "maxValues": { - "easy": 10, - "medium": 50, - "hard": 100, - "extreme": 100, + "easy": 5, + "medium": 10, + "hard": 50, + "extreme": 75, "impossible": 100 } }