Random Borg blindness/dark vision (#44030)

Update DamageOverlayUiController.cs
This commit is contained in:
Kyle Tyo
2026-05-30 14:14:23 -04:00
committed by GitHub
parent 2c18196c02
commit 86e4a27ef6
@@ -69,6 +69,7 @@ public sealed partial class DamageOverlayUiController : UIController
private void ClearOverlay()
{
_overlay.State = MobState.Alive;
_overlay.DeadLevel = 0f;
_overlay.CritLevel = 0f;
_overlay.PainLevel = 0f;