From 9aa6109b3a80b75f93bfb7ea9d6cb9e64a98c3b0 Mon Sep 17 00:00:00 2001 From: Harm Hoogeveen Date: Tue, 20 Apr 2021 14:23:02 +0200 Subject: [PATCH] Add new hat types --- .../Innersloth/Customization/HatType.cs | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/Impostor.Api/Innersloth/Customization/HatType.cs b/src/Impostor.Api/Innersloth/Customization/HatType.cs index c4af44c..1f7f6ee 100644 --- a/src/Impostor.Api/Innersloth/Customization/HatType.cs +++ b/src/Impostor.Api/Innersloth/Customization/HatType.cs @@ -97,5 +97,25 @@ RamHorns = 92, SnowCrewmate = 93, GeoffHat = 94, + DaveCap = 95, + EllieRose = 96, + SvenHat = 97, + BurtHat = 98, + EllryMohawk = 99, + ThomasMonoc = 100, + Wizard = 101, + Fredrick = 102, + MrMacbeth = 103, + ToppatHenry = 104, + ToppatEllie = 105, + GeoffreyPlumb = 106, + AngryEyebrows = 107, + ChocolateIce = 108, + HeartPin = 109, + Ponytail = 110, + RubberGlove = 111, + UnicornHorn = 112, + Zipper = 113, + RightHandMan = 114, } } -- 2.39.5