From 2b46d49a3c91836e6b384a9562bc7bb56598e4e4 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Thu, 25 Apr 2024 23:59:49 -0400 Subject: [PATCH] Nerf tutorial challenge difficulty even harder Screw it, it's not even a challenge anymore lol --- src/k_bot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_bot.cpp b/src/k_bot.cpp index 48ac1557b..9fc0459e0 100644 --- a/src/k_bot.cpp +++ b/src/k_bot.cpp @@ -257,7 +257,7 @@ void K_UpdateMatchRaceBots(void) else if (tutorialchallenge == TUTORIALSKIP_INPROGRESS) { pmax = 8; // can you believe this is a nerf - difficulty = 6; + difficulty = 4; } else if (K_CanChangeRules(true) == false) {