@@ -6,6 +6,9 @@ App.Art.GenAI.PubicHairPromptPart = class PubicHairPromptPart extends App.Art.Ge
...
@@ -6,6 +6,9 @@ App.Art.GenAI.PubicHairPromptPart = class PubicHairPromptPart extends App.Art.Ge
if (this.slave.pubicHStyle==="waxed"||this.slave.pubicHStyle==="bald"||this.slave.pubicHStyle==="hairless"||this.slave.physicalAge<Math.min(this.slave.pubertyAgeXX,this.slave.pubertyAgeXY)){
if (this.slave.pubicHStyle==="waxed"||this.slave.pubicHStyle==="bald"||this.slave.pubicHStyle==="hairless"||this.slave.physicalAge<Math.min(this.slave.pubertyAgeXX,this.slave.pubertyAgeXY)){
return;
return;
}
}
if (App.Data.clothes.get(this.slave.clothes).exposure<3){
return;// pubic region should be covered by clothes
}
conststyle=(this.slave.pubicHStyle==="bushy in the front and neat in the rear"?"bushy":this.slave.pubicHStyle);// less complicated prompt works better for the long style
conststyle=(this.slave.pubicHStyle==="bushy in the front and neat in the rear"?"bushy":this.slave.pubicHStyle);// less complicated prompt works better for the long style