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

Encounter Pro: remove health bar HUD

This commit is contained in:
Jbleezy
2022-08-15 12:26:50 -07:00
parent 8ee8a035ef
commit 74972f72c4
2 changed files with 7 additions and 0 deletions

View File

@ -353,6 +353,11 @@ health_bar_hud()
flag_wait( "initial_blackscreen_passed" );
if(level.scr_zm_ui_gametype == "zgrief" && is_true(level.scr_zm_ui_gametype_pro))
{
return;
}
x = 5;
y = -104;
if (level.script == "zm_buried")