diff --git a/dlls/h_battery.cpp b/dlls/h_battery.cpp index 306deb65..caaf8147 100644 --- a/dlls/h_battery.cpp +++ b/dlls/h_battery.cpp @@ -263,7 +263,7 @@ class CMegaCharge: public CRecharge { m_hActivator->pev->health += 50; if (m_hActivator->pev->health > 100) - m_hActivator->pev->armorvalue = 100; + m_hActivator->pev->health = 100; m_iJuice -= 5; } else if (m_hActivator->pev->armorvalue < 200)