Initial Mapbase commit (squashed from mapbase-beta)

This commit is contained in:
Blixibon
2019-08-31 19:28:20 +00:00
parent 0d8dceea43
commit 3d464bc051
816 changed files with 105527 additions and 957 deletions

View File

@@ -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 );
}