Don't decrease bot difficulty on Master

This commit is contained in:
Sally Coolatta 2023-03-11 05:01:50 -05:00
parent 5639113ed8
commit 431a99db78

View file

@ -2138,7 +2138,7 @@ void G_Ticker(boolean run)
{
if (playeringame[i])
{
if (players[i].bot == true)
if (players[i].bot == true && grandprixinfo.gp == true && grandprixinfo.masterbots == false)
{
players[i].botvars.difficulty--;