Skip to content

Commit

Permalink
outfit mode check
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePotatoGuy committed Feb 7, 2022
1 parent 4900ec8 commit 3f5b8b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Monika After Story/game/zz_spriteobjects.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -600,10 +600,14 @@ init -2 python in mas_sprites:
"""
Exit programming point for sundress white
"""
outfit_mode = kwargs.get("outfit_mode", False)

if outfit_mode:
_moni_chr.remove_acs(store.mas_acs_musicnote_necklace_gold)

# TODO: add selectors for these items so they dont have to be
# removed
_moni_chr.remove_acs(store.mas_acs_hairties_bracelet_brown)
_moni_chr.remove_acs(store.mas_acs_musicnote_necklace_gold)


def _clothes_velius94_dress_whitenavyblue_entry(_moni_chr, **kwargs):
Expand Down

0 comments on commit 3f5b8b3

Please sign in to comment.