diff --git a/Dwarf Portrait/CP437Converter.cs b/Dwarf Portrait/CP437Converter.cs index ee1dff6..d008857 100644 --- a/Dwarf Portrait/CP437Converter.cs +++ b/Dwarf Portrait/CP437Converter.cs @@ -1,9 +1,6 @@ using System; -using System.Collections.Generic; using System.Globalization; -using System.Linq; using System.Text; -using System.Threading.Tasks; using System.Windows.Data; namespace Dwarf_Portrait diff --git a/Dwarf Portrait/MainWindow.xaml.cs b/Dwarf Portrait/MainWindow.xaml.cs index a04341b..8cbc418 100644 --- a/Dwarf Portrait/MainWindow.xaml.cs +++ b/Dwarf Portrait/MainWindow.xaml.cs @@ -371,7 +371,7 @@ private static void AddPart(Canvas canvas, Vector parentPos, BodyPart part, Vect break; case "FIN": case "FLIPPER": - case "CLAW": + case "PINCER": partShape = new Ellipse(); length = VolumeToDiameterConverter.Convert(part.OriginalPart.relsize * creatureScale) * visualScale * 2;