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:
@ -786,7 +786,7 @@
|
||||
|
||||
#### Grief
|
||||
* 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 retain perks
|
||||
|
||||
|
@ -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")
|
||||
{
|
||||
|
Reference in New Issue
Block a user