1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-22 21:20:15 -05:00

Grief: decrease score limit to 10

This commit is contained in:
Jbleezy
2023-04-23 23:27:06 -07:00
parent 5b97fdcc9f
commit 18f2f1b37a
2 changed files with 2 additions and 2 deletions

View File

@ -1541,7 +1541,7 @@ get_gamemode_winning_score()
{
if(level.scr_zm_ui_gametype_obj == "zgrief")
{
return 15;
return 10;
}
else if(level.scr_zm_ui_gametype_obj == "zsnr")
{