This commit is contained in:
Charles 2001-04-12 16:44:11 +00:00
parent 8538d72b10
commit f83fcd6c6c

View file

@ -1694,7 +1694,7 @@ void CNpcEnemy::processEvent( GAME_EVENT evt, CThing *sourceThing )
bool CNpcEnemy::canBeCaughtByNet()
{
return( m_data[m_type].canBeNetted );
return( m_isActive && m_data[m_type].canBeNetted );
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////