public override bool IsInvalid(MySmallShipBot bot) { return !bot.IsDamagedForWarnignAlert(); }
public override bool IsInvalid(MySmallShipBot bot) { return(!bot.IsDamagedForWarnignAlert()); }