소스 검색

[fixed] wakeup_events bug due to wrong location name in gs.

anjuna krokus 7 달 전
부모
커밋
55df28877d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      locations/wakeup_events.qsrc

+ 1 - 1
locations/wakeup_events.qsrc

@@ -152,7 +152,7 @@ end
 if $ARGS[0] = 'vomiting_check':
 	!! if not one of these locations, event will not fire
 	if at_home = 1 or at_home = 2 or at_home = 3 or at_home = 4 or $loc = 'bedrPar' or at_home = 6 or at_home = 13 or at_home = 15 or $loc = 'mey_home':
-		gs 'wakeup_event', 'exit'
+		gs 'wakeup_events', 'exit'
 		gs 'home_activity', 'vomiting_images'
 		gt 'home_activity', 'morning_vomit'
 	else