Browse Source

[fixed] Hookup pretending to have used comdom leading to creampie was pointing to file that doesn't exist. Pointed them to creampie surprise for now

Kevin_Smarts 2 years ago
parent
commit
f07bb858b9
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/hookup_sex.qsrc

+ 3 - 3
locations/hookup_sex.qsrc

@@ -1283,7 +1283,7 @@ if $ARGS[0] = 'cum_inside':
 	if hookup['condom'] = 1:gt 'hookup_sex','cum_condom'
 	
 	gs'cum_call','',$npclastsaved,1
-	if hookup['condom'] = -1: gt'hookup_rape','skip_condom'
+	if hookup['condom'] = -1: gt 'hookup_sex', 'creampie_surprise'
 	$hookup['cum_choice'] = 'creampie'
 	!! differing descriptions based on position
 	if hookup['creampie_ask'] = 1:
@@ -1542,7 +1542,7 @@ if $ARGS[0] = 'creampie_surprise':
 	gs'cum_call','',$npclastsaved,1
 	hookup['creampie_surprise'] = 1
 	$hookup['cum_choice'] = 'creampie'
-	if hookup['condom'] = -1: gt'hookup_rape','skip_condom'
+	if hookup['condom'] = -1: gt 'hookup_sex', 'creampie_surprise'
 	if $hookup['position'] = 'miss':
 		'<center><video autoplay loop src="images/shared/sex/cum/vagcreampie/creampie1.mp4"></video></center>'
 		if hookup['not_inside'] = 1:
@@ -1613,7 +1613,7 @@ end
 
 if $ARGS[0] = 'cum_condom':
 	cla & *clr
-	if hookup['condom'] = -1: gt'hookup_rape','skip_condom'
+	if hookup['condom'] = -1: gt 'hookup_sex', 'creampie_surprise'
 	$hookup['cum_choice'] = 'condom'
 	if $hookup['position'] = 'miss':
 		'<center><img <<$set_imgh>> src="images/shared/sex/cum/cum61.jpg"></center>'