Clarify partially removed clothing for penetration

This commit is contained in:
2026-06-25 11:42:47 +02:00
parent b4abd24b35
commit 9f84e56381
2 changed files with 102 additions and 2 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ def _split_tag_text(text: Any) -> list[str]:
text = re.sub(r"\bWoman [A-Z]\b", "woman", text)
text = re.sub(r"\bMan [A-Z]\b", "man", text)
text = re.sub(
r"\b(?:Clothing state|Visual clothing state|teaser outfit detail|softcore visual reference|Sexual scene|Role graph):\s*",
r"\b(?:Clothing state|Visual clothing state|visible remaining styling|teaser outfit detail|softcore visual reference|Sexual scene|Role graph):\s*",
"",
text,
flags=re.IGNORECASE,