nossiob

Member
Jul 28, 2017
170
122
i tried to get it with kendra, but it never triggered for me. she tempts me, starts to masturbate and then eventually i always just loose the fight
 

shundi82

Member
Sep 7, 2022
209
313
i tried to get it with kendra, but it never triggered for me. she tempts me, starts to masturbate and then eventually i always just loose the fight
The formula for it to proc looks like this:
Code:
if ((corruption)-att[4]*0.33) > 0:
I bet att[4] refers to CON, so as long as CON/3 > corruption, it won't trigger.
In order to save time (my CON sits at 100, so corruption would have to be 34), I just switched the condition to:
Code:
if "Uncontrollable Lust" not in btraits:
You can find the modified file (+ backup of the original) in the attached ZIP file.
 
Last edited:
3.60 star(s) 29 Votes