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:
@ -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 );
|
||||
}
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user