Jelajahi Sumber

[fixed] typo

Awesome 2 minggu lalu
induk
melakukan
8d40e55db1
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      locations/pushkin_ballet_res.qsrc
  2. 1 1
      locations/sleep_events.qsrc

+ 1 - 1
locations/pushkin_ballet_res.qsrc

@@ -126,7 +126,7 @@ if $ARGS[0] = 'hallway':
 			act 'Attend Ballet Classes': gt 'pushkin_ballet_class', 'start'
 		elseif hour = 7 and (minut > 30 and minut <= 59):
 			$balletEv['trigger'] = 'late'
-			gs 'npc_init_3501', 'summer_school'
+			gs 'npc_3501_init', 'summer_school'
 		else
 			act 'Leave Residence': minut += 5 & ballet_awol = 1 & gt 'pushkin_ballet_center', 'start'
 		end

+ 1 - 1
locations/sleep_events.qsrc

@@ -290,7 +290,7 @@ if $ARGS[0] = 'wake_horny2':
 		act 'Wake your husband and see if he''s in the mood':
 			strip_here = 0
 			InSleep = 0
-			gs 'sleep_event', 'exit'
+			gs 'sleep_events', 'exit'
 			gt 'husbSex', 'variant'
 			!!Should be custom scene - maybe boyfriend/husband overhaul can cover this?
 		end