@@ -941,7 +941,7 @@ init 999 python in mas_reset:
941941 if not persistent._mas_pm_has_rpy:
942942 if store.mas_hasRPYFiles():
943943 if not store.mas_inEVL(" monika_rpy_files" ):
944- store.queueEvent (" monika_rpy_files" )
944+ store.MASEventList.queue (" monika_rpy_files" )
945945
946946 else :
947947 if persistent.current_monikatopic == " monika_rpy_files" :
@@ -1027,7 +1027,7 @@ init 999 python in mas_reset:
10271027 )
10281028 )
10291029 ):
1030- store.pushEvent (" mas_change_to_def" ,skipeval = True )
1030+ store.MASEventList.push (" mas_change_to_def" ,skipeval = True )
10311031
10321032 # lock special events clothe selector if not wearing special outfit
10331033 if not store.mas_hasSpecialOutfit():
@@ -1038,7 +1038,7 @@ init 999 python in mas_reset:
10381038 # this is likely to occur in crashes / reloads
10391039 if persistent._mas_acs_enable_promisering and not store.monika_chr.is_wearing_clothes_with_exprop(" hide-ring" ):
10401040 # TODO: need to be able to add a different promise ring
1041- store.monika_chr.wear_acs_pst (store.mas_acs_promisering)
1041+ store.monika_chr.wear_acs (store.mas_acs_promisering)
10421042
10431043
10441044 def _sprites_setup ():
@@ -1235,7 +1235,7 @@ init 999 python in mas_reset:
12351235
12361236 # end label for file reacts
12371237 if persistent._mas_filereacts_just_reacted:
1238- store.queueEvent (" mas_reaction_end" )
1238+ store.MASEventList.queue (" mas_reaction_end" )
12391239
12401240 # If the map isn't empty and it's past the last reacted date, let's
12411241 # empty it now
@@ -1419,7 +1419,7 @@ init 999 python in mas_reset:
14191419
14201420 # Let's also push the event to get rid of the thermos too
14211421 if not store.mas_inEVL(" mas_consumables_remove_thermos" ):
1422- store.queueEvent (" mas_consumables_remove_thermos" )
1422+ store.MASEventList.queue (" mas_consumables_remove_thermos" )
14231423
14241424 # clean up the event list of baka events
14251425 # ALWAYS LAST
0 commit comments