mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-27 07:30:09 -05:00
Encounter: add exclamation point to certain HUD messages
This commit is contained in:
@ -146,11 +146,11 @@ round_end(winner)
|
||||
{
|
||||
if(player.team == team)
|
||||
{
|
||||
player thread scripts\zm\zgrief\zgrief_reimagined::show_grief_hud_msg( "You won the round" );
|
||||
player thread scripts\zm\zgrief\zgrief_reimagined::show_grief_hud_msg( "You won the round!" );
|
||||
}
|
||||
else
|
||||
{
|
||||
player thread scripts\zm\zgrief\zgrief_reimagined::show_grief_hud_msg( "You lost the round" );
|
||||
player thread scripts\zm\zgrief\zgrief_reimagined::show_grief_hud_msg( "You lost the round!" );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user