- Jan 29, 2019
- 176
- 63
Android link???
That’s like me with drinking beer, constantly have to pissThis MC needs to see a urologist cause he is constantly taking a piss. Either that or cut down on the coffee.
Maybe she couldn’t deal with his over active bladder and bought him some Cymbalta but he refused to take it cause he likes taking a piss every 5 minutesFrom what I understand, it seems that Mc is the reason why Helen and Mc's relationship ended.
I wonder what Mc did to make Halen so angry.
It's clear she still loves her.
Mc doesn't seem like the cheating type. It's gotta be something else.
I hope the secretary is an LI.
android ep3.5Android link???
hahaha totally true. I had never paid attention to redheaded girls, but in visual novels they are always top
Yes, search compressed.is there a compressed version?
Incest in future?
I can't download it, it's a file or a net? or i just need to make a file by my own with the attachment. look forward to guys' reply and thanksA simple gallery unlock script. Just place it in the game folder and everything should be unlocked.
Game version: Ep.3.5
Python:# Use this unlock script at your own risk. # https://f95zone.to/threads/.125324/post-10861740 # Start the deal with the devil init 666 python: # Replay Gallery gallery_unlock_list = [ 'unlockedOutro', 'ep2ar', 'ep2ba', 'ep2bs', 'ep2ga', 'ep2gs', 'ep3o', 'ep3a', 'ep3p', 'ep35h' ] for gallery_unlock_item in gallery_unlock_list: if getattr(persistent, gallery_unlock_item) != True: setattr(persistent, gallery_unlock_item, True) # Make sure the replay scenes are clickable for label in renpy.get_all_labels(): renpy.game.persistent._seen_ever[label] = True renpy.game.seen_session[label] = True