From c9f66d02f05a37dfb86441c30210c454c917bdfa Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin <15944199+nekonomicon@users.noreply.github.com> Date: Tue, 2 Jan 2024 10:34:13 +0500 Subject: [PATCH] Hardcode superchav health. --- dlls/clcampaign/superchav.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/clcampaign/superchav.cpp b/dlls/clcampaign/superchav.cpp index 91437c3c1a..2f76e008c7 100644 --- a/dlls/clcampaign/superchav.cpp +++ b/dlls/clcampaign/superchav.cpp @@ -270,7 +270,7 @@ void CSuperchar::Spawn() pev->solid = SOLID_SLIDEBOX; pev->movetype = MOVETYPE_STEP; m_bloodColor = BLOOD_COLOR_GREEN; - pev->health = gSkillData.zombieHealth; + pev->health = 200; pev->view_ofs = VEC_VIEW;// position of the eyes relative to monster's origin. m_flFieldOfView = 0.9;// indicates the width of this monster's forward view cone ( as a dotproduct result ) m_MonsterState = MONSTERSTATE_NONE;