| @@ -842,7 +842,7 @@ namespace Client | |||||
| { | { | ||||
| icon.Text = "🅰"; | icon.Text = "🅰"; | ||||
| } | } | ||||
| UpperLayerOfMap.Children.Add(icon); | |||||
| UpperLayerOfMap.Children.Add(icon); | |||||
| } | } | ||||
| foreach (var data in listOfChest) | foreach (var data in listOfChest) | ||||
| { | { | ||||
| @@ -860,7 +860,7 @@ namespace Client | |||||
| BorderBrush = Brushes.Transparent, | BorderBrush = Brushes.Transparent, | ||||
| IsReadOnly = true | IsReadOnly = true | ||||
| }; | }; | ||||
| if(deg==100) | |||||
| if (deg == 100) | |||||
| { | { | ||||
| icon.Text = "😄"; | icon.Text = "😄"; | ||||
| } | } | ||||