From 5551705f406a81eb2522767a9a22970aefd8452d Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin <15944199+nekonomicon@users.noreply.github.com> Date: Tue, 2 Jan 2024 10:28:49 +0500 Subject: [PATCH] Boost pink pantera health. --- dlls/clcampaign/pink_panthera.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/clcampaign/pink_panthera.cpp b/dlls/clcampaign/pink_panthera.cpp index 639de35f..fb283b75 100644 --- a/dlls/clcampaign/pink_panthera.cpp +++ b/dlls/clcampaign/pink_panthera.cpp @@ -249,7 +249,7 @@ void CPinkPanther::Spawn() pev->solid = SOLID_SLIDEBOX; pev->movetype = MOVETYPE_STEP; m_bloodColor = BLOOD_COLOR_RED; - pev->health = 250; + pev->health = 1100; pev->view_ofs = VEC_VIEW;// position of the eyes relative to monster's origin. m_flFieldOfView = 0.5;// indicates the width of this monster's forward view cone ( as a dotproduct result ) m_MonsterState = MONSTERSTATE_NONE;