From d0b98c5a6694c5e302f7543e82cf2f96d4e02417 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 23 Jun 2020 15:23:56 -0400 Subject: [PATCH] Mark Holly's front view as NSFW --- media/attribution.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/attribution.js b/media/attribution.js index 8dd10b55..6df83430 100644 --- a/media/attribution.js +++ b/media/attribution.js @@ -11119,7 +11119,7 @@ const attributionData = { prefix: "./media/characters/holly-rabbit/", files: [ { name: "dick.svg", source: null, nsfw: true }, - { name: "front.svg", source: null, nsfw: false }, + { name: "front.svg", source: null, nsfw: true }, ], authors: [ "perenthis"