mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-17 02:28:06 -05:00
Encounter Pro: add back some changes
This commit is contained in:
@ -564,9 +564,6 @@
|
||||
* Removed powerups
|
||||
* Removed buildables
|
||||
* Removed unlimited sprint
|
||||
* Removed health bar
|
||||
* Removed low health blood fx
|
||||
* Disabled Claymores
|
||||
|
||||
## Launching New Maps
|
||||
|
||||
|
@ -363,11 +363,6 @@ health_bar_hud()
|
||||
|
||||
flag_wait( "initial_blackscreen_passed" );
|
||||
|
||||
if(getDvar("g_gametype") == "zgrief" && is_true(level.scr_zm_ui_gametype_pro))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
x = 5;
|
||||
y = -104;
|
||||
if (level.script == "zm_buried")
|
||||
@ -1952,11 +1947,6 @@ veryhurt_blood_fx()
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
|
||||
if(level.scr_zm_ui_gametype == "zgrief" && is_true(level.scr_zm_ui_gametype_pro))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
while(1)
|
||||
{
|
||||
health_ratio = self.health / self.maxhealth;
|
||||
@ -2184,11 +2174,6 @@ wallbuy_location_changes()
|
||||
add_wallbuy("bowie_knife_zm");
|
||||
}
|
||||
}
|
||||
|
||||
if(level.scr_zm_ui_gametype == "zgrief" && is_true(level.scr_zm_ui_gametype_pro))
|
||||
{
|
||||
remove_wallbuy("claymore_zm");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user