ebenammi

Newbie
Jun 26, 2018
73
130
Wish there was a mod to add more clothes

edit: back in the day I took a deep dive into the game's code to see if I could add the "peeled" versions of clothes as separate items, but the way clothing is managed in there turned out to be... less than easy to work with. Maybe there are some dev tools, I don't know. Not a renpy dev myself.
 
Last edited:

sleepingkirby

Active Member
Aug 8, 2017
831
1,320
...or at least until I see what Jean has to say about her. Or someone can just spoil that for me I guess.

Code:
    elif Check == DoreenX:
            if "poly Doreen" in JeanX.Traits:
                ch_j "I mean, she's a pretty good lay. . ."
            elif JeanX.LikeDoreen >= 900:
                ch_j "She is kinda cute. . ."
            elif JeanX.LikeDoreen >= 800:
                ch_j "I don't know, she's fine. . ."
            elif JeanX.LikeDoreen >= 700:
                ch_j "She's, uh, around?"
            elif JeanX.LikeDoreen >= 600:
                ch_j "She's the one who's so. . . round?"
            elif JeanX.LikeDoreen >= 500:
                ch_j "Who?"
            elif JeanX.LikeDoreen >= 400:
                ch_j "I don't spend much time thinking about her."
            elif JeanX.LikeDoreen >= 300:
                ch_j "She can go to hell."
            else:
                ch_j "Bitch."
 
4.40 star(s) 154 Votes