Update psv1.js
Browse files
psv1.js
CHANGED
@@ -3817,10 +3817,9 @@ function generateSexyPrompt(
|
|
3817 |
? Object.values(
|
3818 |
classifier.sexual_actions.foreplay).flat()
|
3819 |
: [];
|
3820 |
-
const climaxActions =
|
3821 |
Math.random() < possibilityPenetration
|
3822 |
-
? Object.values(
|
3823 |
-
classifier.sexual_actions.climax).flat()
|
3824 |
: [];
|
3825 |
|
3826 |
let description = "";
|
|
|
3817 |
? Object.values(
|
3818 |
classifier.sexual_actions.foreplay).flat()
|
3819 |
: [];
|
3820 |
+
const climaxActions =
|
3821 |
Math.random() < possibilityPenetration
|
3822 |
+
? Object.values( classifier.sexual_actions.climax).flat()
|
|
|
3823 |
: [];
|
3824 |
|
3825 |
let description = "";
|