Browse Source

[fixed] sending you to the wrong location if woken up for midnight sex

hornguy6 1 year ago
parent
commit
27308c0a26
2 changed files with 3 additions and 3 deletions
  1. 2 2
      locations/booty_call_after.qsrc
  2. 1 1
      locations/booty_call_morning.qsrc

+ 2 - 2
locations/booty_call_after.qsrc

@@ -1108,7 +1108,7 @@ end
 
 if $ARGS[0] = 'after_sex2':
 	booty_call['pillow_talking'] = 0
-	if booty_call['sleepover'] > 0:
+	if booty_call['morning_after'] > 0:
 		act'Get on with the morning':
 			cla & *clr
 			gs'booty_call_morning', 'wakeup2'
@@ -1174,7 +1174,7 @@ if $ARGS[0] = 'boy_bathroom':
 	cla & *clr
 	$npc_apt_bathroom[$boy]
 	act'Back to the bedroom':
-		if booty_call['sleepover'] = 0:
+		if booty_call['morning_after'] = 0:
 			gt 'booty_call_after', 'after_sex2_w_picture'
 		else
 			gt 'booty_call_morning', 'wakeup2'

+ 1 - 1
locations/booty_call_morning.qsrc

@@ -1,8 +1,8 @@
 # booty_call_morning
 
 if $ARGS[0] = 'morning':
-	if booty_call['sleep_fuck'] = 1:gt'booty_call_morning', 'sleep_fuck_wake'
 	booty_call['morning_after'] = 1
+	if booty_call['sleep_fuck'] = 1:gt'booty_call_morning', 'sleep_fuck_wake'
 	if (npc_earlyriser[$boy] = 1 or hour >= 7) and (rand(1,10) < npc_sexdrive[$boy]):
 !!		if ($npc_cum_pref[$boy] = 'facial' or npc_humor[$boy] = 2) and rand(1,2) = 2:
 			gt'booty_call_morning', 'cumshot_wakeup1'