NickWildish / Mas-NSFW-Submod

A submod dedicated to bring you and Monika THAT much closer. How close you ask? Like, THIS close 🤏
39 stars 86 forks source link

Sexting with shower/bath greeting #130

Open SaltyMelonLord opened 9 months ago

SaltyMelonLord commented 9 months ago

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