]> git.deb.at Git - rhonda/impostor.git/commitdiff
Correct ColorType array
authorminiduikboot <mini@duikbo.at>
Mon, 5 Jul 2021 18:06:21 +0000 (20:06 +0200)
committerminiduikboot <mini@duikbo.at>
Mon, 5 Jul 2021 18:06:21 +0000 (20:06 +0200)
When creating this array for the update, I used the wrong array. Oops!
Turns out 5 of these colors aren't actually in the game.

src/Impostor.Api/Innersloth/Customization/ColorType.cs

index e4fd432c3a591c7eb36175b2db2de4c68cc42c42..570071cd695bcb0ef2ce19f8dc73fd3ee43d9779 100644 (file)
         Brown = 9,
         Cyan = 10,
         Lime = 11,
-        Mahogany = 12,
+        Maroon = 12,
         Rose = 13,
         Banana = 14,
         Gray = 15,
         Tan = 16,
-        Lilac = 17,
-        Aqua = 18,
-        Cobalt = 19,
-        Barf = 20,
-        Salmon = 21,
-        Chocolate = 22,
+        Coral = 17,
     }
 }