private bool IsOutdoorsAt(IntVec3 c)
        {
            Map map = BaseGen.globalSettings.map;

            return(GridsUtility.GetRegion(c, map, RegionType.Set_Passable) != null && GridsUtility.GetRegion(c, map, RegionType.Set_Passable).Room.PsychologicallyOutdoors);
        }