Browse Source

[fixed] Prioritised the Marisha wakeup event to prevent her from sleeping over multiple days

anjuna krokus 1 month ago
parent
commit
6b886fb8d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/wakeup_events.qsrc

+ 1 - 1
locations/wakeup_events.qsrc

@@ -34,7 +34,7 @@ if $ARGS[0] = 'start' or $ARGS[0] = '':
 			$sleep_events[] = 'gs ''wakeup_events'', ''vomiting_check'' '
 		end
 
-		if MarishaQW['marisha_sleepover'] = 1: $sleep_events[] = 'gs ''wakeup_events'', ''marisha_ev_morning'' '
+		if MarishaQW['marisha_sleepover'] = 1: $sleep_events_priority[] = 'gs ''wakeup_events'', ''marisha_ev_morning'' '
 		if $start_type[1] = 'tg' and daystart < 10:
 			$sleep_events_priority[] = 'gs ''wakeup_events'', ''trans_early_shocked'' '
 		elseif $start_type[1] = 'tg' and daystart < 30: