Updated skywars

This commit is contained in:
2025-09-06 19:32:25 +02:00
parent 8dc7fa8259
commit d05da14259
3 changed files with 7 additions and 4 deletions

View File

@@ -271,6 +271,7 @@ export const HEADS = [
{ id: "succulent", name: "Succulent", color: "light-purple" },
{ id: "sweet", name: "Sweet", color: "aqua" },
{ id: "divine", name: "Divine", color: "gold" },
{ id: "heavenly", name: "Heavenly", color: "dark-purple" }
{ id: "heavenly", name: "Heavenly", color: "dark-purple" },
{ id: "ethereal", name: "Ethereal", color: "dark-green" },
{ id: "indescribable", name: "Indescribable", color: "dark-blue" }
] as const