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