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:

Ryuzaki123

Newbie
Jul 26, 2018
38
52
For just two new girls once a blue moon, not sure if it's worth it lol.

How hard is it to import the 1.60 girls to the new game anyway?
i honestly have no idea about coding but i doubt it's just about adding 2 rpyc files since you would also need to assign them to an area and implement their mechanics (curse isn't in 1.55)
anyway i'm not putting money into this game, i've done it twice, during those updates there was only 1 girl every update and they sucked so i'd rather wait
 
3.60 star(s) 29 Votes