1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-12 08:08:00 -05:00

Meat: decrease score to win to 200

This commit is contained in:
Jbleezy
2023-03-02 13:32:38 -08:00
parent 2d3cdc2df4
commit 33735f059c
2 changed files with 2 additions and 2 deletions

View File

@ -1417,7 +1417,7 @@ get_gamemode_winning_score()
}
else if(level.scr_zm_ui_gametype_obj == "zmeat")
{
return 250;
return 200;
}
}