Prioritized pissing tag.

This commit is contained in:
DebaucheryLibrarian
2026-03-02 05:07:23 +01:00
parent b3a0ba72eb
commit 65fa6027ee

View File

@@ -3024,6 +3024,7 @@ const priorities = [ // higher index is higher priority
['blowbang', 'orgy'],
['gangbang'],
['gay', 'transsexual', 'bisexual', 'hentai'],
['pissing'],
].reduce((acc, slugs, index) => {
slugs.forEach((slug) => { acc[slug] = index; });