Browse Source

[fixed] typos
[fixed] missing code
[fixed] wrong location

hornguy6 1 year ago
parent
commit
8f570e60c0

+ 1 - 1
locations/booty_call_condoms.qsrc

@@ -118,7 +118,7 @@ if $ARGS[0] = 'pc_condoms':
 			'"I think that was my last condom..." you say.'
 			gs'booty_call_after', 'no_condom_end'
 			act'Do you have any?':
-				cla & *nl
+				cla & *clr
 				$npc_apt_bedroom
 				if booty_call['cock_remove'] = 0:
 					'"But I''m not ready to stop," you grin, flexing your pussy around <<$npc_firstname[$boy]>>''s cock inside you. "Have you got any?"'

+ 3 - 2
locations/booty_call_cum.qsrc

@@ -722,6 +722,7 @@ end
 if $ARGS[0] = 'facial_jerk_him':
 	booty_call['cock_remove'] = 1
 	booty_call['cum_face'] += 1
+	booty_call['facial'] += 1
 	booty_call['pc_facial_jerk'] += 1
 	$booty_call['last_cum'] = 'facial'
 	if booty_call['he_ask_creampie'] = 1:
@@ -1305,7 +1306,7 @@ if $ARGS[0] = 'creampie_code':
 	booty_call['cum_pussy'] += 1
 	
 	if birth_control['think_safe'] = 0 and stat['dangerous_day'] = 1: 
-		booty_call['risky_creampie'] = 1
+		booty_call['risky_creampie'] += 1
 		npc_risky_creampie_count[$boy] += 1
 	end
 !!	if birth_control['think_safe'] = 0: booty_call['risky_creampie'] = 1
@@ -1928,7 +1929,7 @@ if $ARGS[0] = 'what_now':
 		act'Foreplay':cla & gs 'booty_call_start', 'foreplay_choose'
 		act'Sex':cla & gs'booty_call_sex', 'position_change' & gs 'booty_call_condoms', 'condoms'
 	end
-	if booty_call['condoms'] = 1 and booty_call['no_condoms'] ! 1:
+	if booty_call['condom'] = 1 and booty_call['no_condoms'] ! 1:
 		act'Keep going (no condoms)':
 			cla & *clr
 			'<center><video autoplay loop src="images/shared/sex/misc/wait.mp4"></video></center>'

+ 1 - 1
locations/booty_call_favorite_part.qsrc

@@ -1372,7 +1372,7 @@ if $ARGS[0] = 'pc_creampie_fav1':
 				end
 			end
 			if booty_call['accidental_creampie_convo'] = 0 and (npc_know_not_bc[$boy] = 1 or booty_call['risky_creampie'] > 0 or npc_childfree[$boy] > 0) and :
-				gs'booty_call_pillow_talk', 'boy_accidental_creampie'
+				gs'booty_call_talk', 'boy_accidental_creampie'
 			else
 				gs'booty_call_pillow_talk', 'topics'
 			end

+ 16 - 9
locations/booty_call_start.qsrc

@@ -507,18 +507,25 @@ if $ARGS[0] = 'selfish_bj_start':
 end
 
 if $ARGS[0] = 'selfish_fuck_start':
-	
+	booty_call['position_rand'] = rand(1,3)
 	booty_call['must_fuck'] = 1
 	gs 'booty_call_sex', 'speed_select'
 	if $npc_fav_pos[$boy] = 'missionary' or booty_call['position_rand'] = 1:
 		'<<$npc_firstname[$boy]>> pushes you down on the bed and spreads your legs, preparing to thrust between them.'
-		gs 'booty_call_miss', 'missionary_start'
-	elseif $npc_fav_pos[$boy] = 'doggy' or booty_call['position_rand'] = 2:
-		'<<$npc_firstname[$boy]>> pushes you down on the bed and draws you up to your knees, preparing to thrust into you from behind.'
-		gs 'booty_call_doggy', 'doggy_start'
-	elseif $npc_fav_pos[$boy] = 'cowgirl' or booty_call['position_rand'] = 3:
-		'<<$npc_firstname[$boy]>> drags you down on the bed with him, pulling you up so you''re straddling him to ride his cock.'
-		gs 'booty_call_cowgirl', 'cowgirl_start'
+		if stat['think_virgin'] = 1 and booty_call['fuck_count'] = 0:
+			act'Stop him (virgin)':gt'booty_call_virgin', 'wait'
+			act'Let him take your virginity':gs'booty_call_virgin', 'start3'
+		else
+			gs 'booty_call_miss', 'missionary_start'
+		end
+	elseif stat['think_virgin'] = 0 or booty_call['fuck_count'] > 0:
+		if $npc_fav_pos[$boy] = 'doggy' or booty_call['position_rand'] = 2:
+			'<<$npc_firstname[$boy]>> pushes you down on the bed and draws you up to your knees, preparing to thrust into you from behind.'
+			gs 'booty_call_doggy', 'doggy_start'
+		elseif $npc_fav_pos[$boy] = 'cowgirl' or booty_call['position_rand'] = 3:
+			'<<$npc_firstname[$boy]>> drags you down on the bed with him, pulling you up so you''re straddling him to ride his cock.'
+			gs 'booty_call_cowgirl', 'cowgirl_start'
+		end
 	else
 		gs 'booty_call_sex', 'rand_position'
 		gs 'booty_call_start', 'selfish_fuck_start'
@@ -853,7 +860,7 @@ if $ARGS[0] = 'nipple_play':
 			booty_call['position_choose'] = 1
 			'After a few minutes, <<$npc_firstname[$boy]>> pulls back from your chest and pushes you down, climbing on top of you with his rock hard cock between your legs.'
 			if stat['think_virgin'] = 1:
-				act'Stop him':gt'booty_call_virgin', 'wait'
+				act'Stop him (virgin)':gt'booty_call_virgin', 'wait'
 				act'Let him take your virginity':gs'booty_call_virgin', 'start3'
 			else
 				gs 'booty_call_miss', 'missionary_start'