From fcb9d1186d851dc72ae534b62dfe16835e747d17 Mon Sep 17 00:00:00 2001 From: mittorn Date: Sun, 22 May 2016 22:05:05 +0000 Subject: [PATCH] Fix mistake --- dlls/h_battery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)