diff --git a/files/assets/images/hats/Donkey Kong.webp b/files/assets/images/hats/Donkey Kong.webp new file mode 100644 index 000000000..d6fb6d5c9 Binary files /dev/null and b/files/assets/images/hats/Donkey Kong.webp differ diff --git a/files/assets/images/hats/Funky Bandana.webp b/files/assets/images/hats/Funky Bandana.webp new file mode 100644 index 000000000..6242e2b08 Binary files /dev/null and b/files/assets/images/hats/Funky Bandana.webp differ diff --git a/files/assets/images/hats/Funky Kong.webp b/files/assets/images/hats/Funky Kong.webp new file mode 100644 index 000000000..471166092 Binary files /dev/null and b/files/assets/images/hats/Funky Kong.webp differ diff --git a/files/assets/images/hats/IMMA FIRIN MUH EGG CRACKER.webp b/files/assets/images/hats/IMMA FIRIN MUH EGG CRACKER.webp new file mode 100644 index 000000000..a54ef7fa0 Binary files /dev/null and b/files/assets/images/hats/IMMA FIRIN MUH EGG CRACKER.webp differ diff --git a/files/assets/images/hats/Majora.webp b/files/assets/images/hats/Majora.webp new file mode 100644 index 000000000..a46d3d98c Binary files /dev/null and b/files/assets/images/hats/Majora.webp differ diff --git a/files/assets/images/hats/Marseys Funky Bandana.webp b/files/assets/images/hats/Marseys Funky Bandana.webp new file mode 100644 index 000000000..69eb4fbe6 Binary files /dev/null and b/files/assets/images/hats/Marseys Funky Bandana.webp differ diff --git a/seed-db.sql b/seed-db.sql index 3a0a93685..5e3c8bc99 100644 --- a/seed-db.sql +++ b/seed-db.sql @@ -1218,12 +1218,12 @@ INSERT INTO public.hat_defs VALUES (1169, 'Mimic', 'That is NOT a health pack!', INSERT INTO public.hat_defs VALUES (1167, 'Tattered Rain Hat', 'Old and worn. You''ve never seen it before but it feels nostalgic.', 2, 500, NULL, 1679359347); INSERT INTO public.hat_defs VALUES (1156, 'Traversing the Grid of Death', 'When reaching rock bottom, despicable deeds may seem like a step up...', 2, 500, NULL, 1679347260); INSERT INTO public.hat_defs VALUES (1170, 'Cigarette', 'Something to suck on.... for those of us, less faggotly gifted', 2, 500, NULL, 1680069984); - - - - - - +INSERT INTO public.hat_defs VALUES (1179, 'Funky Kong', 'Lookin'' good, Kongs! Buckle up and blast off, you''re outta here!', 2, 500, NULL, 1680299069); +INSERT INTO public.hat_defs VALUES (1178, 'Donkey Kong', 'The coolest monkey in the jungle', 2, 500, NULL, 1680297791); +INSERT INTO public.hat_defs VALUES (1177, 'Majora', 'You''ve met with a terrible fate, haven''t you, chud?', 2, 500, NULL, 1680236118); +INSERT INTO public.hat_defs VALUES (1172, 'Marseys Funky Bandana', 'She stole it from a bored ape', 2, 500, NULL, 1680231908); +INSERT INTO public.hat_defs VALUES (1171, 'Funky Bandana', 'Oh Yeah!!!!!!', 2, 500, NULL, 1680231489); +INSERT INTO public.hat_defs VALUES (1180, 'IMMA FIRIN MUH EGG CRACKER', 'The real space lasers Marjorie Taylor Greene was warning you about', 2, 1000, NULL, 1680982678); --