mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-01 17:01:24 +00:00
Reduce tutorial challenge difficulty
All Lv 6, harder than Robotnik Coaster but not for maniacs like before.
This commit is contained in:
parent
2c5caf582b
commit
f5777f1f20
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 = MAXBOTDIFFICULTY;
|
||||
difficulty = 6;
|
||||
}
|
||||
else if (K_CanChangeRules(true) == false)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue