diff --git a/README.md b/README.md index cd272cfe..d8fd2711 100644 --- a/README.md +++ b/README.md @@ -528,5 +528,7 @@ * Removed powerups * Removed buildables * Removed unlimited sprint +* Removed health bar +* Removed low health blood fx * Disabled Claymores * Power Station: disabled door to Power Station zone \ No newline at end of file diff --git a/scripts/zm/_zm_reimagined.gsc b/scripts/zm/_zm_reimagined.gsc index 8ad025ef..70daa25b 100644 --- a/scripts/zm/_zm_reimagined.gsc +++ b/scripts/zm/_zm_reimagined.gsc @@ -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")