Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sexting with shower/bath greeting #130

Open
SaltyMelonLord opened this issue Oct 13, 2023 · 0 comments
Open

Sexting with shower/bath greeting #130

SaltyMelonLord opened this issue Oct 13, 2023 · 0 comments
Labels
feature idea New feature

Comments

@SaltyMelonLord
Copy link

SaltyMelonLord commented Oct 13, 2023

Just a simple addition so you can sext with Monika right after she comes out of the shower or has taken a bath.

An excerpt from my code in nsfw_birthday_suit.rpy:

mas_clothes_birthday_suit = MASClothes(
        "birthdaysuit",
        "birthdaysuit",
        MASPoseMap(
            default=True,
            use_reg_for_l=True,
        ),
        stay_on_start=False,
        ex_props={
            store.mas_sprites.EXP_C_LING: True,
            store.mas_sprites.EXP_C_BS: True,
            store.mas_sprites.EXP_C_WET: True,
            store.mas_sprites.EXP_C_C_DTS: True
        },
        pose_arms=MASPoseArms({}, def_base=False)
    )
    store.mas_sprites.init_clothes(mas_clothes_birthday_suit)
    store.mas_selspr.init_selectable_clothes(
        mas_clothes_birthday_suit,
        "Birthday Suit",
        "birthdaysuit",
        "clothes",
        visible_when_locked=True,
        select_dlg=[
            "AH! Where have my clothes gone?!" #temp
        ]
    )

If you add the lines store.mas_sprites.EXP_C_BS: True and store.mas_sprites.EXP_C_WET: True in ex_props={} for the birthday suit as well as her underwear, the outfits can be combined with the wet hair; so when you sext with her and she changes from her towel to her underwear or birthday suit, her hair will stay wet rather than changing to her standard ponytail.

store.mas_sprites.EXP_C_C_DTS: True does the same for the “Down (Tied strand)” hairstyle that comes with her Marisa (witch) Halloween costume.

17182776649259679744_20231013192433_1

@SaltyMelonLord SaltyMelonLord added the feature idea New feature label Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature idea New feature
Projects
None yet
Development

No branches or pull requests

1 participant