Britbot
static bool Britbot.Enemy.ShouldWeTryToCatchEnemyShips ( ) [inline, static]

Tells you if we need to try and chaise enemies.

Returns:

Definition at line 104 of file Enemy.cs.

        {
            return Enemy.EnemyIntelligenceSuspicionCounter <= Magic.NumberOfTimesTillWeLearn;
        }