Boost zombozo health.

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

View File

@ -245,7 +245,7 @@ void Czombozo::Spawn()
pev->solid = SOLID_SLIDEBOX;
pev->movetype = MOVETYPE_STEP;
m_bloodColor = BLOOD_COLOR_GREEN;
pev->health = 500;
pev->health = 2000;
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;