From 1c933c2f29802b742c6f49a0e068aa03651d4198 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Fri, 23 Aug 2024 23:55:28 +0200 Subject: [PATCH] Added 'only anal' (0% pussy) tag. --- seeds/00_tags.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/seeds/00_tags.js b/seeds/00_tags.js index 1f0c0ee7..ab74ee15 100755 --- a/seeds/00_tags.js +++ b/seeds/00_tags.js @@ -1263,6 +1263,12 @@ const tags = [ name: 'comedy', slug: 'comedy', }, + { + name: 'only anal', + slug: 'only-anal', + implies: ['anal'], + description: 'Ass is the new pussy! Zero vaginal sex, anal only, guaranteed.', + }, ]; const aliases = [ @@ -2589,6 +2595,14 @@ const aliases = [ name: 'cum inflation', for: 'cumflation', }, + { + name: '0% pussy', + for: 'only-anal', + }, + { + name: 'anal only', + for: 'only-anal', + }, ]; const priorities = [ // higher index is higher priority