Licking pleasure increase (1 Viewer)

Hank East

Content Creator
Joined
Jan 25, 2012
Simply put, I'd like a mod that lets you increase (or decrease, but I'm requesting this with an increase in mind) the amount of pleasure he gets from her licks. I think it would be fantastic for 'teasing' scenarios and the like.
 

sby

Content Creator
Coder
Joined
Sep 11, 2012
this is super easy, here is the function to proxy, it is located on g.her.tongue

Code:
public function touched() : Boolean
        {
            if (g.her.tongue.waitingToTouch)
            {
                g.him.givePleasure(Math.random() * 25 + 100);
                g.her.tongue.waitingToTouch = false;
                g.soundControl.playLick();
                return true;
            }
            return false;
        }// end function

ejac pleasure is 140, and this givepleasure function divides the amount sent by 100.
so if you did
g.him.givePleasure(14000)
he would be doing that about to cum flashing
 

Hank East

Content Creator
Joined
Jan 25, 2012
It might be easy, but I have no idea how to code. Would you mind turning into a mod yourself? I'm sure I'm not the only one who'd like this either.
 

Anon1010

Potential Patron
Joined
Feb 18, 2020
this is super easy, here is the function to proxy, it is located on g.her.tongue

Code:
public function touched() : Boolean
        {
            if (g.her.tongue.waitingToTouch)
            {
                g.him.givePleasure(Math.random() * 25 + 100);
                g.her.tongue.waitingToTouch = false;
                g.soundControl.playLick();
                return true;
            }
            return false;
        }// end function

ejac pleasure is 140, and this givepleasure function divides the amount sent by 100.
so if you did
g.him.givePleasure(14000)
he would be doing that about to cum flashing
where would you put this into? a file in the games folder somewhere?
 

Users who are viewing this thread

Top


Are you 18 or older?

This website requires you to be 18 years of age or older. Please verify your age to view the content, or click Exit to leave.