File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17916,7 +17916,7 @@ label monika_conventions:
1791617916 m 1wuo "It's crazy what people can do when they're passionate about something!"
1791717917 m 3eua "I also hear there's a lot of fun activities like idol dance shows, trivia, and other things to do there."
1791817918 m 1eubsa "I would love to go to one with you someday, [mas_get_player_nickname()]~"
17919- return
17919+ return "derandom"
1792017920
1792117921init 5 python:
1792217922 addEvent(
Original file line number Diff line number Diff line change @@ -374,7 +374,6 @@ label v0_3_1(version=version): # 0.3.1
374374
375375# non generic updates go here
376376
377-
378377# 0.12.19
379378label v0_12_19 (version= " v0_12_19" ):
380379 python hide :
@@ -401,12 +400,10 @@ label v0_12_19(version="v0_12_19"):
401400 ):
402401 mas_unlockEVL(" monika_affection_nickname" , " EVE" )
403402
404- return
403+ # fix conventions topic not derandoming
404+ if mas_seenEvent(" monika_conventions" ):
405+ mas_hideEVL(" monika_conventions" , derandom = True )
405406
406- # 0.12.18
407- label v0_12_18 (version= " v0_12_18" ):
408- python hide :
409- pass
410407 return
411408
412409# 0.12.13
You can’t perform that action at this time.
0 commit comments