1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-07-02 10:00:27 -05:00

Race: decrease round time to 30 seconds

This commit is contained in:
Jbleezy
2022-02-05 21:45:26 -08:00
parent aa81056360
commit c96123b1c1
2 changed files with 4 additions and 4 deletions

View File

@ -2214,7 +2214,7 @@ all_voice_on_intermission()
race_init()
{
level.race_round_increment_time = 60;
level.race_round_increment_time = 30;
level.race_round_increment_points = 500;
level.race_round_max = 20;