From 48c41b11e5400c290351bfa44c8174283d26dc9b Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Thu, 22 Aug 2024 04:04:31 +0200 Subject: [PATCH] Added Cumflation to Amnesiac. --- seeds/00_tags.js | 8 ++++++++ seeds/02_sites.js | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/seeds/00_tags.js b/seeds/00_tags.js index 37f49906..1f0c0ee7 100755 --- a/seeds/00_tags.js +++ b/seeds/00_tags.js @@ -379,6 +379,10 @@ const tags = [ name: 'cum swapping', slug: 'cum-swapping', }, + { + name: 'cumflation', + slug: 'cumflation', + }, { name: 'cumshot', slug: 'cumshot', @@ -2581,6 +2585,10 @@ const aliases = [ name: 'humor', for: 'comedy', }, + { + name: 'cum inflation', + for: 'cumflation', + }, ]; const priorities = [ // higher index is higher priority diff --git a/seeds/02_sites.js b/seeds/02_sites.js index 77aa98a1..6153a35b 100755 --- a/seeds/02_sites.js +++ b/seeds/02_sites.js @@ -645,6 +645,13 @@ const sites = [ parent: 'amateurallure', }, // AMNESIAC + { + name: 'Cumflation', + slug: 'cumflation', + url: 'https://cumflation.com', + tags: ['cumflation'], + parent: 'amnesiac', + }, { name: 'Hentaied', slug: 'hentaied',