Make dead hazard suit scientist use opfor model

This commit is contained in:
Roman Chistokhodov 2019-08-06 11:47:19 +03:00
parent 21062b3d0d
commit e5f0e323c3
1 changed files with 2 additions and 2 deletions

View File

@ -4853,8 +4853,8 @@ LINK_ENTITY_TO_CLASS( monster_hevsuit_dead, CDeadHEV )
//=========================================================
void CDeadHEV::Spawn( void )
{
PRECACHE_MODEL( "models/player.mdl" );
SET_MODEL( ENT( pev ), "models/player.mdl" );
PRECACHE_MODEL( "models/deadhaz.mdl" );
SET_MODEL( ENT( pev ), "models/deadhaz.mdl" );
pev->effects = 0;
pev->yaw_speed = 8;