Skip to content

Commit

Permalink
Boost shrek health.
Browse files Browse the repository at this point in the history
  • Loading branch information
nekonomicon committed Jan 2, 2024
1 parent b844819 commit dbedecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlls/clcampaign/shrek.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ void CShrek::Spawn()
pev->movetype = MOVETYPE_STEP;
m_bloodColor = BLOOD_COLOR_GREEN;
pev->effects = 0;
pev->health = 4000;
pev->health = 18000;
m_flFieldOfView = 0.2;
m_MonsterState = MONSTERSTATE_NONE;

Expand Down

0 comments on commit dbedecc

Please sign in to comment.