K_StartingBumperCount: Stronger restriction against using cv_kartbumpers when you can't K_CanChangeRules

This commit is contained in:
toaster 2024-04-11 20:36:09 +01:00
parent e569377ad3
commit 72c770b0c0

View file

@ -60,7 +60,7 @@ INT32 K_StartingBumperCount(void)
if (tutorialchallenge == TUTORIALSKIP_INPROGRESS)
return 0;
if (battleprisons || K_CheckBossIntro())
if (battleprisons || K_CheckBossIntro() || !K_CanChangeRules(true))
{
if (grandprixinfo.gp)
{