Hollowfied121

New Member
Jun 14, 2021
12
9
36
if anyone wants to have the shop remove purchased items instead of displaying all just update this function:

Original:
Code:
clothesEv.getClothesList = function(type, subtype) {
        let ret = [];
        for(let item of clothes[type]) {
            if(!item.nude && item.cost >0) {
                if(!subtype || subtype === item.subtype) {
                    ret.push(clothesEv.getClothe(item.type, item.id));
                }
            }
        }
        return ret;
    };
Updated:
Code:
clothesEv.getClothesList = function(type, subtype) {
        let ret = [];

        for(let item of clothes[type]) {
            if(!item.nude && item.cost >0) {
                if((!subtype || subtype === item.subtype) && dressersEv.hasItem(item.type, item.id) === false) {
                    ret.push(clothesEv.getClothe(item.type, item.id));
                }
            }
        }
        return ret;
    };
 

imthescott

New Member
Aug 3, 2017
10
7
51
I keep losing the Riley and Veronica story right after they give the first lingerie set. The next visit the only options F this or Let's work something out, then the missions never pop up again. Never had this happen before.
 
  • Like
Reactions: DaddyDekar

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
9,018
4,109
436
LustForLifeASissyStory-0.22
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

loffy777

Newbie
Feb 3, 2019
24
46
171
Stuck too at level 4 feminization. Does someone know if it's the end of version 0.22 or I missed something ?
 
Last edited:

Draevis

Member
Nov 30, 2019
362
226
179
One thing I wish games like this would do is, if you are going to have clothing sets either by color or other theme, then actually label the clothing items. For example. There seems to be 5 color sets of lingerie in this game [white, black, pink, red, and purple], and if the MC wears a coordinated set you sometimes get special color-coordinated images. Except some of the purple items look blue. There's a black panties option that looks more like a white option just with black borders. There's a white stockings that frankly looks like a nude.
What I'd also really like is an option to filter the lingerie by color, so that the shop, or wardrobe would show all the bras, panties, and socks, but only of the chosen color.
 
  • Like
Reactions: gnorri
3.60 star(s) 39 Votes