1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-07 21:59:49 -05:00

Paralyzer: fix heat percentage on HUD not disappearing when switching weapons

This commit is contained in:
Jbleezy 2024-01-15 20:49:40 -08:00
parent c85410172f
commit 5ad1fb8833
2 changed files with 4 additions and 1 deletions

View File

@ -218,7 +218,6 @@ function HUD_AllowRoundAnimation(HUDWidget, ClientInstance)
end
function HUD_UpdateSurvivalTeamZombie(HUDWidget, ClientInstance)
print(ClientInstance.data[1])
CoD.Zombie.IsSurvivalUsingCIAModel = ClientInstance.data[1] == 1
end

View File

@ -472,6 +472,10 @@ CoD.AmmoAreaZombie.UpdateFuel = function (f7_arg0, f7_arg1)
end
CoD.AmmoAreaZombie.UpdateOverheat = function (f8_arg0, f8_arg1)
if CoD.AmmoAreaZombie.ShouldHideAmmoCounter(f8_arg0, f8_arg1) == true then
return
end
local f8_local0 = f8_arg1.overheat
local f8_local1 = #f8_arg0.ammoDigits
if f8_arg0.hideAmmo then