Skip to content

Commit

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

0 comments on commit c9f66d0

Please sign in to comment.