diff --git a/files/assets/images/hats/USDA inspector.webp b/files/assets/images/hats/USDA inspector.webp new file mode 100644 index 0000000000..6b477af301 Binary files /dev/null and b/files/assets/images/hats/USDA inspector.webp differ diff --git a/files/assets/images/rDrama/sidebar/894.webp b/files/assets/images/rDrama/sidebar/894.webp new file mode 100644 index 0000000000..b84cdb32b3 Binary files /dev/null and b/files/assets/images/rDrama/sidebar/894.webp differ diff --git a/files/routes/settings.py b/files/routes/settings.py index bb9657695d..24ea58548c 100644 --- a/files/routes/settings.py +++ b/files/routes/settings.py @@ -198,7 +198,7 @@ def settings_personal_post(v): elif IS_FISTMAS() and not updated and request.values.get("event_music", v.event_music) != v.event_music and v.can_toggle_event_music: updated = True v.event_music = not v.event_music - + elif not updated and request.values.get("bio") == "" and not request.files.get('file'): v.bio = None v.bio_html = None diff --git a/seed-db.sql b/seed-db.sql index 409de720a3..b7e213125b 100644 --- a/seed-db.sql +++ b/seed-db.sql @@ -1045,6 +1045,7 @@ INSERT INTO public.hat_defs VALUES (386, 'Curts New Hat', 'Have you *seen* it?', INSERT INTO public.hat_defs VALUES (387, 'Gray Cowl of Nocturnal', 'Capital!', 2, 500, NULL, 1662167687); INSERT INTO public.hat_defs VALUES (388, 'Tricorne', 'This hat is for TRUE AMERICAN PATRIOTS only', 2, 500, NULL, 1662167687); INSERT INTO public.hat_defs VALUES (404, 'Knight Helmet', 'kNIGht 🤗', 2, 500, NULL, 1662167687); +INSERT INTO public.hat_defs VALUES (1132, 'USDA inspector', 'they''re still a glowie, despite the unthreatening appearance. don''t let them inspect your food.', 2, 500, NULL, 1672455409); INSERT INTO public.hat_defs VALUES (892, 'sailor moon peek', 'Really?', 2, 1000, NULL, 1665340406); INSERT INTO public.hat_defs VALUES (352, 'John Deere Hat', 'She (male) thinks my tractor''s sexy', 2, 500, NULL, 1662167687); INSERT INTO public.hat_defs VALUES (355, 'Chef Hat', 'Cloudflare just bent the knee and I''m nauseated and don''t feel like writing descriptions for hats sorry', 2, 500, NULL, 1662167687); @@ -1208,7 +1209,7 @@ INSERT INTO public.hat_defs VALUES (911, 'Racecar Hat', 'I sleep in a hat with m -- Name: hat_defs_id_seq; Type: SEQUENCE SET; Schema: public; Owner: - -- -SELECT pg_catalog.setval('public.hat_defs_id_seq', 1130, true); +SELECT pg_catalog.setval('public.hat_defs_id_seq', 1132, true); --