mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-12 16:18:00 -05:00
Encounter Pro: remove health bar HUD
This commit is contained in:
@ -528,5 +528,7 @@
|
|||||||
* Removed powerups
|
* Removed powerups
|
||||||
* Removed buildables
|
* Removed buildables
|
||||||
* Removed unlimited sprint
|
* Removed unlimited sprint
|
||||||
|
* Removed health bar
|
||||||
|
* Removed low health blood fx
|
||||||
* Disabled Claymores
|
* Disabled Claymores
|
||||||
* Power Station: disabled door to Power Station zone
|
* Power Station: disabled door to Power Station zone
|
@ -353,6 +353,11 @@ health_bar_hud()
|
|||||||
|
|
||||||
flag_wait( "initial_blackscreen_passed" );
|
flag_wait( "initial_blackscreen_passed" );
|
||||||
|
|
||||||
|
if(level.scr_zm_ui_gametype == "zgrief" && is_true(level.scr_zm_ui_gametype_pro))
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
x = 5;
|
x = 5;
|
||||||
y = -104;
|
y = -104;
|
||||||
if (level.script == "zm_buried")
|
if (level.script == "zm_buried")
|
||||||
|
Reference in New Issue
Block a user