mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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)
|
else if (tutorialchallenge == TUTORIALSKIP_INPROGRESS)
|
||||||
{
|
{
|
||||||
pmax = 8; // can you believe this is a nerf
|
pmax = 8; // can you believe this is a nerf
|
||||||
difficulty = MAXBOTDIFFICULTY;
|
difficulty = 6;
|
||||||
}
|
}
|
||||||
else if (K_CanChangeRules(true) == false)
|
else if (K_CanChangeRules(true) == false)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue