Slower level ups for Easy GP bots

This commit is contained in:
AJ Martinez 2024-04-28 00:12:24 -07:00
parent b97c6e34c2
commit 8e6ae6179d

View file

@ -642,7 +642,11 @@ void K_IncreaseBotDifficulty(player_t *bot)
rankNudge = 0;
break;
case GRADE_A:
if (grandprixinfo.gp && grandprixinfo.gamespeed == KARTSPEED_EASY)
rankNudge = 0;
else
rankNudge = 1;
break;
}
increase += rankNudge;