mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-06 12:04:17 +00:00
This commit is contained in:
parent
c0dd516e5d
commit
ff4de2b5c8
@ -100,6 +100,7 @@ public:
|
||||
Schedule_t *GetScheduleOfType( int Type );
|
||||
Schedule_t *GetSchedule( void );
|
||||
int IRelationship(CBaseEntity *pTarget);
|
||||
BOOL HasHumanGibs( void );
|
||||
|
||||
int Save( CSave &save );
|
||||
int Restore( CRestore &restore );
|
||||
@ -1230,3 +1231,9 @@ int CHoundeye::IRelationship( CBaseEntity *pTarget )
|
||||
|
||||
return CSquadMonster::IRelationship( pTarget );
|
||||
}
|
||||
|
||||
BOOL CHoundeye::HasHumanGibs( void )
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user