Skip to content

Commit

Permalink
remove rin ears always
Browse files Browse the repository at this point in the history
  • Loading branch information
multimokia committed Oct 26, 2020
1 parent b185aab commit 78a5b88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Monika After Story/game/zz_spriteobjects.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ init -2 python in mas_sprites:
"""
_moni_chr.remove_acs(store.mas_acs_rin_bows_front)
_moni_chr.remove_acs(store.mas_acs_rin_bows_back)
#Always remove rin ears
_moni_chr.remove_acs(store.mas_acs_rin_ears)

######### CLOTHES [SPR020] ###########
# available kwargs:
Expand Down

0 comments on commit 78a5b88

Please sign in to comment.