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

Grief: change HUD message

This commit is contained in:
Jbleezy
2023-11-30 20:56:25 -08:00
parent f115685efa
commit acbddcafd0
2 changed files with 2 additions and 2 deletions

View File

@ -202,7 +202,7 @@ round_end(winner)
}
}
zombie_goto_round( level.round_number );
zombie_goto_round( level.snr_round_number );
level thread maps\mp\zombies\_zm_game_module::reset_grief();
level thread maps\mp\zombies\_zm::round_think( 1 );
}

View File

@ -3184,7 +3184,7 @@ increment_score(team, amount = 1, show_lead_msg = true)
players = get_players(team);
foreach(player in players)
{
player thread show_grief_hud_msg(&"ZOMBIE_ZGRIEF_PLAYER_BLED_OUT", score_left);
player thread show_grief_hud_msg("Enemy Bled Out! [" + score_left + " Remaining]");
}
if(level.grief_score[encounters_team] <= 3)