decrease hat price from 1000 to 500;

remotes/1693045480750635534/spooky-22
Aevann1 2022-09-03 22:56:56 +02:00
parent d9a9d6bd0e
commit 7971034cb4
2 changed files with 8 additions and 8 deletions

View File

@ -1484,10 +1484,10 @@ insert into hat_defs (name, description, author_id, price) values
('Top Hat (leprechaun)', 'LLM but Irish', 2, 500),
('Drinky Beer Hat', 'I actually didn''t know these were real things until I made this', 2, 500),
('Viking', 'Rape, pillage, never bathe. Live the dream.', 2, 500),
('Nonspecific Military Officer Hat', '[removed]', 2, 1000),
('Soviet Officer I', 'OUR hat', 2, 1000),
('Nonspecific Military Officer Hat II', '[removed]', 2, 1000),
('Soviet Officer II', 'High fashion war criminal chic', 2, 1000),
('Nonspecific Military Officer Hat', '[removed]', 2, 500),
('Soviet Officer I', 'OUR hat', 2, 500),
('Nonspecific Military Officer Hat II', '[removed]', 2, 500),
('Soviet Officer II', 'High fashion war criminal chic', 2, 500),
('Southern Gentleman', 'Slaveowner? Fried chicken chain founder? You decide!', 2, 500),
('Cowboy I', 'Make him wish he could quit you', 2, 500),
('Cowboy II', 'You''re my favorite deputy!', 2, 500),

View File

@ -62,10 +62,10 @@ insert into hat_defs (name, description, author_id, price) values
('Top Hat (leprechaun)', 'LLM but Irish', 2, 500),
('Drinky Beer Hat', 'I actually didn''t know these were real things until I made this', 2, 500),
('Viking', 'Rape, pillage, never bathe. Live the dream.', 2, 500),
('Nonspecific Military Officer Hat', '[removed]', 2, 1000),
('Soviet Officer I', 'OUR hat', 2, 1000),
('Nonspecific Military Officer Hat II', '[removed]', 2, 1000),
('Soviet Officer II', 'High fashion war criminal chic', 2, 1000),
('Nonspecific Military Officer Hat', '[removed]', 2, 500),
('Soviet Officer I', 'OUR hat', 2, 500),
('Nonspecific Military Officer Hat II', '[removed]', 2, 500),
('Soviet Officer II', 'High fashion war criminal chic', 2, 500),
('Southern Gentleman', 'Slaveowner? Fried chicken chain founder? You decide!', 2, 500),
('Cowboy I', 'Make him wish he could quit you', 2, 500),
('Cowboy II', 'You''re my favorite deputy!', 2, 500),