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

Grief: add bleed out award points

This commit is contained in:
Jbleezy
2023-03-28 03:20:12 -07:00
parent ce8126de87
commit 294e08b47c

View File

@ -913,6 +913,7 @@ on_player_bleedout()
if(level.scr_zm_ui_gametype_obj == "zgrief")
{
self add_grief_bleedout_score();
increment_score(getOtherTeam(self.team));
}