Skip to content

Commit

Permalink
Use new ch30_reset framework
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamscached committed Oct 5, 2022
1 parent 810be5c commit 8f5268f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Monika After Story/game/script-ch30.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -1385,6 +1385,15 @@ init 999 python in mas_reset:
store.mas_after_bath_cleanup_change_outfit()
store.mas_stripEVL("mas_after_bath_cleanup", list_pop=True, remove_dates=True)

@ch30_reset(-560)
def chr_removal():
"""
Remove .chr files in characters folder
"""

if mas_seenLabels(["mas_new_character_file"]):
delete_all_characters()


def final():
"""
Expand Down

0 comments on commit 8f5268f

Please sign in to comment.