Create new response concept

This commit is contained in:
Ashetf2 2025-03-30 16:11:39 -05:00
parent 0759e2e8e1
commit 764844798c

View file

@ -1186,6 +1186,12 @@ void CTeamTrainWatcher::WatcherThink( void )
{
if ( m_hAreaCap->IsTouching( pPlayer ) )
{
// only makes sense for offense
pPlayer->SpeakConceptIfAllowed( MP_CONCEPT_CART_PUSHING );
}
else
{
// for offense and defense, since cart doesn't move when red is touching
pPlayer->SpeakConceptIfAllowed( MP_CONCEPT_CART_MOVING_FORWARD );
}
}