mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2026-09-23 20:09:45 +03:00
Initial Mapbase commit (squashed from mapbase-beta)
This commit is contained in:
@@ -200,6 +200,11 @@ void CGrenadeBugBait::BugBaitTouch( CBaseEntity *pOther )
|
||||
// Tell all spawners to now fight to this position
|
||||
g_AntlionMakerManager.BroadcastFightGoal( GetAbsOrigin() );
|
||||
|
||||
#ifdef MAPBASE
|
||||
m_OnDetonate.FireOutput(GetThrower(), this);
|
||||
m_OnDetonate_OutPosition.Set(GetAbsOrigin(), GetThrower(), this);
|
||||
#endif
|
||||
|
||||
//Go away
|
||||
UTIL_Remove( this );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user