Skip to content

Commit

Permalink
Boost megachav health.
Browse files Browse the repository at this point in the history
  • Loading branch information
nekonomicon committed Jan 2, 2024
1 parent c9f66d0 commit ba795b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlls/clcampaign/megachav.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ void CMegachar::Spawn()
pev->solid = SOLID_SLIDEBOX;
pev->movetype = MOVETYPE_STEP;
m_bloodColor = BLOOD_COLOR_GREEN;
pev->health = 1000;
pev->health = 8000;
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;
Expand Down

0 comments on commit ba795b7

Please sign in to comment.