This commit is contained in:
Jackzie 2024-01-10 13:19:18 -06:00
parent 44733c3b14
commit a97e151816
14 changed files with 5830 additions and 843 deletions

View file

@ -1397,12 +1397,7 @@ void SetExtraKits(int playerCount) {
if(GetRandomFloat() < 0.3 && averageTeamHP <= 80.0) ++extraPlayers;
//If hAddExtraKits TRUE: Append to previous, FALSE: Overwrite
if(hAddExtraKits.BoolValue)
g_extraKitsAmount += extraPlayers;
else
g_extraKitsAmount = extraPlayers;
g_extraKitsAmount += extraPlayers;
g_extraKitsStart = g_extraKitsAmount;
}