mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Nerf tutorial challenge difficulty even harder
Screw it, it's not even a challenge anymore lol
This commit is contained in:
parent
4f68707761
commit
2b46d49a3c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue