Skip to content

Commit

Permalink
Hardcode evil scientist health.
Browse files Browse the repository at this point in the history
  • Loading branch information
nekonomicon committed Jan 2, 2024
1 parent f192a47 commit 9bc4676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlls/clcampaign/evilsci.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ void CEvisci::Spawn()
pev->solid = SOLID_SLIDEBOX;
pev->movetype = MOVETYPE_STEP;
m_bloodColor = BLOOD_COLOR_RED;
pev->health = gSkillData.zombieHealth;
pev->health = 800;
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 9bc4676

Please sign in to comment.