2
0
mirror of https://github.com/FWGS/hlsdk-xash3d synced 2024-11-25 11:19:39 +01:00

Fix possible bug with talkmonster facing during the script (#213)

This commit is contained in:
Roman Chistokhodov 2021-11-28 23:04:50 +03:00 committed by GitHub
parent 4e7111e434
commit 3e2808de62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -847,6 +847,7 @@ void CTalkMonster::Touch( CBaseEntity *pOther )
if( speed > 50.0f )
{
SetConditions( bits_COND_CLIENT_PUSH );
if ( m_MonsterState != MONSTERSTATE_SCRIPT )
MakeIdealYaw( pOther->pev->origin );
}
}