From 431a99db78904528e3f8523c23e7cd76ff429787 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Sat, 11 Mar 2023 05:01:50 -0500 Subject: [PATCH] Don't decrease bot difficulty on Master --- src/g_game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_game.c b/src/g_game.c index f7f9bc345..93a318e40 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -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--;