Skip to content

Commit

Permalink
Boost pink pantera health.
Browse files Browse the repository at this point in the history
  • Loading branch information
nekonomicon committed Jan 2, 2024
1 parent 6c9da9a commit 5551705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlls/clcampaign/pink_panthera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5551705

Please sign in to comment.