public override void Deselect()
 {
     base.Deselect();
     Pathfinder.ClearCellCosts();
     worldMapGlobe.ClearCells(true, false, false);
 }