Add precise hardcore pose positioning

This commit is contained in:
2026-06-24 16:24:47 +02:00
parent 536254f4a5
commit 669a893e7c
2 changed files with 208 additions and 12 deletions
+11 -1
View File
@@ -2530,7 +2530,17 @@ def _role_graph(
if "oral" in slug:
if "sixty-nine" in item_text or ("blowjob" in item_text and ("cunnilingus" in item_text or "pussy" in item_text)):
graph = f"{woman} has {man}'s penis in her mouth while {man} uses his mouth on {woman}'s pussy, with both mouths pressed to genitals."
elif any(term in item_text for term in ("cunnilingus", "pussy licking", "tongue on pussy", "mouth on pussy")):
elif any(
term in item_text
for term in (
"cunnilingus",
"pussy licking",
"tongue on pussy",
"mouth on pussy",
"pussy and tongue",
"tongue contact",
)
) or ("pussy" in item_text and "penis" not in item_text):
graph = f"{man} gives oral to {woman}, mouth on her pussy while {woman}'s thighs are held open for the camera."
else:
graph = f"{woman} takes {man}'s penis in her mouth while {man} holds her hair and hips."