]> git.deb.at Git - rhonda/impostor.git/commitdiff
Add new hat types
authorHarm Hoogeveen <H.Hoogeveen@student.tudelft.nl>
Tue, 20 Apr 2021 12:23:02 +0000 (14:23 +0200)
committerHarm Hoogeveen <H.Hoogeveen@student.tudelft.nl>
Tue, 20 Apr 2021 12:23:02 +0000 (14:23 +0200)
src/Impostor.Api/Innersloth/Customization/HatType.cs

index c4af44c9872565ca6f7d38ab5ea000464ab6977a..1f7f6ee22231061d361009a23317ae85ea8dce81 100644 (file)
         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,
     }
 }