Reduce tutorial challenge difficulty

All Lv 6, harder than Robotnik Coaster but not for maniacs like before.
This commit is contained in:
Sally Coolatta 2024-04-25 16:28:01 -04:00
parent 2c5caf582b
commit f5777f1f20

View file

@ -257,7 +257,7 @@ void K_UpdateMatchRaceBots(void)
else if (tutorialchallenge == TUTORIALSKIP_INPROGRESS)
{
pmax = 8; // can you believe this is a nerf
difficulty = MAXBOTDIFFICULTY;
difficulty = 6;
}
else if (K_CanChangeRules(true) == false)
{