1
0

3 Angajamente d11d9735c1 ... 87ad3eeb8f

Autor SHA1 Permisiunea de a trimite mesaje. Dacă este dezactivată, utilizatorul nu va putea trimite nici un fel de mesaj Data
  hornguy6 87ad3eeb8f [changed] some gosub 1 săptămână în urmă
  hornguy6 0c9b114ec9 [fixed] missing colon 1 săptămână în urmă
  hornguy6 b0a9601902 [changed] image choices 1 săptămână în urmă

+ 6 - 3
locations/sex_ev_foreplay.qsrc

@@ -769,7 +769,7 @@ end
 if $ARGS[0] = 'bj_sub_cum_surprise':
 	act 'Continue':
 		cla & *clr
-		'<center><video autoplay loop src="images/shared/sex/cum/mouth/swallow5.mp4"></video></center>'
+		'<center><video autoplay loop src="images/shared/sex/cum/mouth/gag3.mp4"></video></center>'
 		$sex_ev['last_cum'] = 'mouth'
 		sex_ev['cum_mouth_surprise'] = 1
 		if pcs_throat <= 10:
@@ -1324,7 +1324,7 @@ if $ARGS[0] = 'bj_force_cum_mouth':
 	sex_ev['cum_mouth_force'] = 1
 	$sex_ev['last_cum'] = 'mouth'
 	cla & *clr
-	'<center><video autoplay loop src="images/shared/sex/cum/mouth/swallow5.mp4"></video></center>'
+	'<center><video autoplay loop src="images/shared/sex/cum/mouth/gag3.mp4"></video></center>'
 	'"No than-" You start trying to tell him you won''t do it when he violently grabs your head and forces you back onto his cock.'
 	'"I wasn''t asking."'
 	if pcs_makeup > 1:
@@ -2384,6 +2384,8 @@ if $ARGS[0] = '69_cum_menu':
 end
 
 if $ARGS[0] = '69_boy_cum':
+	$sex_ev['last_cum'] = 'swallow'
+	sex_ev['swallow'] = 1
 	gs 'cum_call', 'mouth_swallow', $npcID, 1
 	cla & *clr
 	'<center><video autoplay loop src="images/shared/sex/cum/mouth/69_cum1.mp4"></video></center>'
@@ -2398,7 +2400,8 @@ if $ARGS[0] = '69_girl_cum':
 		act'Keep 69ing': gt 'sex_ev_foreplay', '69_2'
 		gs 'sex_ev_foreplay', 'foreplay_choose'
 	else
-		$sex_ev['last_cum'] = 'mouth'
+		$sex_ev['last_cum'] = 'swallow'
+		sex_ev['swallow'] = 1
 		sex_ev['came_together'] = 2
 		gs 'cum_call', 'mouth_swallow', $npcID, 1
 		'Pleasure explodes through your body, your pussy quivering uncontrollably beneath the ministrations of <<$npc_usedname[$npcID]>>''s tongue. Even as your eyes roll back in your head, a second explosion goes off in your mouth and suddenly your throat is filled with thick, salty, cum. Your thighs tighten around <<$npc_usedname[$npcID]>>''s head, wrestling your need to breath with your orgasm and choking down his cum.'

+ 4 - 2
locations/sex_ev_reactions.qsrc

@@ -1004,8 +1004,8 @@ if $ARGS[0] = 'cum_bad_taste':
 end
 
 if $ARGS[0] = '69_react':
-	if $sex_ev['position'] = '69'
-	
+	if $sex_ev['position'] = '69':
+		'placeholder'
 	end
 end
 
@@ -1231,6 +1231,7 @@ if $ARGS[0] = 'cum_tasty':
 	if pcs_traits['cumeater'] = 1 and ($sex_ev['last_cum'] = 'face_mouth' or $sex_ev['last_cum'] = 'mouth'):
 		act 'Tasty':
 			cla & *clr
+			sex_ev['tasty_cum'] = 1
 			sex_ev['react'] = 1
 			$sex_ev['bed_room']
 			'"Mmmm," you lick your lips, catching some of the stray shots of cum that still coat your face. "You taste good."'
@@ -1836,6 +1837,7 @@ if $ARGS[0] = 'bj_tasty':
 	act 'Tasty':
 		cla & *clr
 		$sex_ev['bed_room']
+		sex_ev['tasty_cum'] = 1
 		'"Mmmm. Tasty," you grin at <<$npc_firstname[$npcID]>>, licking your lips.'
 		gs 'sex_ev_sex', 'sex_end'
 	end

+ 1 - 7
locations/sex_ev_start.qsrc

@@ -817,13 +817,7 @@ if $ARGS[0] = 'slow_undress':
 	else
 		'You and <<$npc_usedname[$npcID]>> take your time, slowly helping each other out of your clothes and let them fall to the floor with a faint rustle.'
 	end
-	if $sex_ev['loc'] ! 'pc_home' or $home['current'] ! 'parents_home':
-		gs 'sex_ev_foreplay', 'bed_start'
-	else
-		act 'Go to your bed':gs 'sex_ev_foreplay', 'bed_start'
-
-		act 'Go to Anya''s bed':$sex_ev['bed_choice'] = 'anya_bed' & sisterQW['sex_bed_count'] += 1 & sisterQW['sex_bed'] = daystart & gs 'sex_ev_foreplay', 'bed_start'
-	end
+	gs 'sex_ev_start', 'starting_route'
 end
 
 if $ARGS[0] = 'frantic_undress':