bool NeighbourIsDeadShore(Bridge neighbour) { return(neighbour != null && Info.ShorePieces.Contains(neighbour.Type) && neighbour.Health.IsDead); }