Skip to content

Commit

Permalink
Fixed an incorrect topic append
Browse files Browse the repository at this point in the history
monika_closet was not appending correctly
  • Loading branch information
monikLover authored Dec 12, 2017
1 parent 58c8a05 commit a90e0b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Monika After Story/game/script-topics.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -3537,10 +3537,10 @@ label monika_night:
return 'quit'

init 5 python:
for key in ['closet']:
for key in ['closet', 'scary yuri']:
monika_topics.setdefault(key,[])
monika_topics[key].append('monika_closet')
monika_random_topics.append('closet')
monika_random_topics.append('monika_closet')

label monika_closet:
m 3q "By the way..."
Expand Down

0 comments on commit a90e0b0

Please sign in to comment.