From d4b3d0b7bcb0de1a7a2d9810013d2044cc278724 Mon Sep 17 00:00:00 2001 From: Gaurika Mahajan Date: Fri, 23 Aug 2024 22:07:12 -0400 Subject: [PATCH] =?UTF-8?q?changed=20all=20mention=20of=20scunt=202t3=20se?= =?UTF-8?q?ttings=20to=20skule=20hunt=E2=84=A2=202t4=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ScuntGameSettings/ScuntGameSettings.jsx | 8 ++++---- client/src/pages/ScuntHome/ScuntHome.jsx | 4 ++-- server/src/models/ScuntGameSettingsModel.js | 2 +- .../ScuntGameSettingsServices.test.js | 20 +++++++++---------- .../services/ScuntMissionServices.test.js | 2 +- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/client/src/pages/ScuntGameSettings/ScuntGameSettings.jsx b/client/src/pages/ScuntGameSettings/ScuntGameSettings.jsx index 4b4a688d..e5b565de 100644 --- a/client/src/pages/ScuntGameSettings/ScuntGameSettings.jsx +++ b/client/src/pages/ScuntGameSettings/ScuntGameSettings.jsx @@ -100,7 +100,7 @@ const ScuntGameSettings = () => { }, [dispatch]); const initialSettings = { - name: 'Scunt 2T3 Settings', + name: 'Skule™ Hunt 2T4 Settings', amountOfTeams: 10, amountOfStarterBribePoints: 2500, maxAmountPointsPercent: 1.5, @@ -170,7 +170,7 @@ const ScuntGameSettings = () => {