Browse Source

[fixed] some wrong location calls

hornguy6 11 months ago
parent
commit
7b261d02a4
2 changed files with 6 additions and 4 deletions
  1. 4 2
      locations/sex_ev_leave.qsrc
  2. 2 2
      locations/sex_ev_morning.qsrc

+ 4 - 2
locations/sex_ev_leave.qsrc

@@ -906,7 +906,7 @@ if $ARGS[0] = 'dressing2':
 	if sex_ev['sleepover'] = 1:
 		gs'sex_ev_morning', 'end_morning'
 	
-		gs'sex_ev_hookup_leave', 'end_morning'
+!!		gs'sex_ev_hookup_leave', 'end_morning'
 	else
 		gs'sex_ev_leave', 'dressing_finish'
 	end
@@ -1563,6 +1563,9 @@ if $ARGS[0] = 'dress_talk':
 	gs'sex_ev_leave', 'dressing_finish'
 	
 	gs 'sex_ev_leave', 'dress_talk_pc'
+	
+	gs 'sex_ev_leave', 'panty_gift'
+	
 	if sex_ev['dress_end'] ! 1 and sex_ev['plans_later_talk'] = 0 and rand(0,1) = 1 and $sex_ev['type'] ! 'hookup':
 		gs 'sex_ev_leave', 'npc_sex_ev_invite'
 !!{
@@ -1575,7 +1578,6 @@ if $ARGS[0] = 'dress_talk':
 	else
 		gs 'sex_ev_after', 'after_sex_dressed'
 	end
-	gs 'sex_ev_leave', 'panty_gift'
 end
 
 if $ARGS[0] = 'dress_talk_boy':

+ 2 - 2
locations/sex_ev_morning.qsrc

@@ -859,7 +859,7 @@ if $ARGS[0] = 'dressing1':
 	else
 		'You reach down for where you left your clothes and start to pick them up.'
 		'"You heading out?" <<$npc_firstname[$boy]>> asks.'
-		gs'sex_ev_after', 'dress_loop'
+		gs'sex_ev_leave', 'dress_loop'
 
 		
 		
@@ -890,7 +890,7 @@ if $ARGS[0] = 'sex_ev_invite_later':
 		end
 	end
 	
-	gs 'sex_ev_after', 'dress_loop'
+	gs 'sex_ev_leave', 'dress_loop'
 	
 	gs 'sex_ev_morning', 'busy_today'