Browse Source

[fixed] boy will not go back to sleep after making him breakfast

hornguy6 1 year ago
parent
commit
618a7d523f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      locations/booty_call_morning.qsrc

+ 2 - 1
locations/booty_call_morning.qsrc

@@ -639,7 +639,7 @@ if $ARGS[0] = 'wakeup1':
 			end
 		end
 		
-		if booty_call['boy_asleep'] = 1:
+		if booty_call['boy_asleep'] = 1 and booty_call['breakfast_eat'] = 0:
 			act'Wake <<$npc_firstname[$boy]>> with a blowjob':gt'booty_call_morning', 'bj_wake'
 		end
 	!!	act'Snuggle back into bed':
@@ -1879,6 +1879,7 @@ end
 
 if $ARGS[0] = 'eat_breakfast1':
 	booty_call['breakfast_eat'] = 1
+	if booty_call['boy_asleep'] = 1: booty_call['boy_asleep'] = 0
 	npc_rel[$boy] += rand(1,3)
 	act'Eat a small portion':gs'booty_call_morning', 'eat_breakfast2'
 	act'Eat a medium portion':gs'booty_call_morning', 'eat_breakfast3'