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

@ -786,7 +786,7 @@
#### Grief #### Grief
* Gain score by making enemy players bleed out * Gain score by making enemy players bleed out
* Make 15 enemy players bleed out to win the game * Make 10 enemy players bleed out to win the game
* Players respawn after being down for 10 seconds * Players respawn after being down for 10 seconds
* Players retain perks * Players retain perks

View File

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