Explorar o código

[fixed] prevented artem's sleep reflection from firing after selection "yes"

anjuna krokus hai 8 meses
pai
achega
915ef6328c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      locations/sleep_reflections.qsrc

+ 1 - 1
locations/sleep_reflections.qsrc

@@ -7,7 +7,7 @@ if $ARGS[0] = 'event_check':
 		if anushkaQW['sveta_love'] = 10: $sleep_events_priority[] = 'gs ''sleep_reflections'', ''anushka_love'' '
 	end
 	if daystart >= artemQW['sleep_reflection_day'] + 7:
-		if artemQW['bf'] >= 1: $sleep_events_priority[] = 'gs ''sleep_reflections'', ''artem_love'' '
+		if artemQW['bf'] >= 1 and artemQW['love'] <= 0: $sleep_events_priority[] = 'gs ''sleep_reflections'', ''artem_love'' '
 	end
 end