Boost shrek health.

This commit is contained in:
Andrey Akhmichin 2024-01-02 10:41:25 +05:00
parent b84481986a
commit dbedecc13f
1 changed files with 1 additions and 1 deletions

View File

@ -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;