Browse Source

Merge remote-tracking branch 'hornguy6/master'

Kevin_Smarts 3 years ago
parent
commit
131cd61a79
3 changed files with 295 additions and 1334 deletions
  1. 8 6
      locations/hookup.qsrc
  2. 109 1182
      locations/hookup_after.qsrc
  3. 178 146
      locations/hookup_sex.qsrc

+ 8 - 6
locations/hookup.qsrc

@@ -1,9 +1,9 @@
 # hookup
 # hookup
 !! 2021/05/06
 !! 2021/05/06
 if $ARGS[0] = 'start':
 if $ARGS[0] = 'start':
+	hookup['orgasm_count'] = orgasm
 	$location_type = 'indoors'
 	$location_type = 'indoors'
 	if CloDress > 0:hookup['dress'] = 1
 	if CloDress > 0:hookup['dress'] = 1
-	gs 'boystat', $npclastsaved
 	gs 'clothing', 'strip'
 	gs 'clothing', 'strip'
 	gs 'underwear', 'remove'
 	gs 'underwear', 'remove'
 	gs 'stat'
 	gs 'stat'
@@ -1552,7 +1552,7 @@ if $ARGS[0] = 'no_condom1':
 		$npc_apt_bedroom[$npclastsaved]
 		$npc_apt_bedroom[$npclastsaved]
 		'"If you don''t want a condom, then I don''t want to fuck!"'
 		'"If you don''t want a condom, then I don''t want to fuck!"'
 		'You push him off of you, jumping off the bed and throwing your clothes on.'
 		'You push him off of you, jumping off the bed and throwing your clothes on.'
-		if hookup_rape_chance > 0:
+		if hookup['rape_chance'] > 0:
 			!!put in chance he rapes you
 			!!put in chance he rapes you
 		elseif rand(1,10) > 8:
 		elseif rand(1,10) > 8:
 			'"Okay, okay, I didn''t realize how important it is to you. I''ll use a condom."'
 			'"Okay, okay, I didn''t realize how important it is to you. I''ll use a condom."'
@@ -1595,7 +1595,7 @@ if $ARGS[0] = 'no_condom1':
 	act'Just don''t cum inside me':
 	act'Just don''t cum inside me':
 		hookup['condom'] = 3
 		hookup['condom'] = 3
 		cla & *nl
 		cla & *nl
-		'"Well..." you say. "Alright... But just don''t cum inside me okay?"'
+		'"Well... Alright..." you say heistantly. "But don''t you dare cum inside me, okay?"'
 		gs'hookup','position_choose'
 		gs'hookup','position_choose'
 	end
 	end
 end
 end
@@ -1620,7 +1620,7 @@ if $ARGS[0] = 'no_condom2':
 		'"You''re out of condoms? Then we''re done here." You push him away from you, climbing off the bed and begin reaching for your clothes.'
 		'"You''re out of condoms? Then we''re done here." You push him away from you, climbing off the bed and begin reaching for your clothes.'
 		'"Wait, where are you going?"'
 		'"Wait, where are you going?"'
 		'"I just told you, if you don''t have any condoms, then I don''t want to have sex'
 		'"I just told you, if you don''t have any condoms, then I don''t want to have sex'
-		if hookup_rape_chance > 80:
+		if hookup['rape_chance'] > 80:
 			!! put in chance he rapes you
 			!! put in chance he rapes you
 		else
 		else
 			if rand(1,3) > 2:
 			if rand(1,3) > 2:
@@ -1655,7 +1655,7 @@ if $ARGS[0] = 'no_condom2':
 					'"That''s not what I''m worried about!" you snap at him. "I can still get an STD even if you don''t finish inside me!"'
 					'"That''s not what I''m worried about!" you snap at him. "I can still get an STD even if you don''t finish inside me!"'
 					'"What? Are you kidding? I don''t have STDs! I promise, I''m clean!"'
 					'"What? Are you kidding? I don''t have STDs! I promise, I''m clean!"'
 					act'No way!':
 					act'No way!':
-						!!if hookup_rape_chance > 80:
+						!!if hookup['rape_chance'] > 80:
 							!! put in chance he rapes you
 							!! put in chance he rapes you
 						!!else
 						!!else
 							'"Nuh uh, no way! I''m not taking any chances!"'
 							'"Nuh uh, no way! I''m not taking any chances!"'
@@ -1686,14 +1686,16 @@ if $ARGS[0] = 'no_condom2':
 	end
 	end
 	
 	
 	act'Maybe just this once':
 	act'Maybe just this once':
+		cla & *nl
 		hookup['condom'] = 2
 		hookup['condom'] = 2
 		'"Well... Maybe just this once..." you say.'
 		'"Well... Maybe just this once..." you say.'
 		gs'hookup','position_choose'
 		gs'hookup','position_choose'
 	end
 	end
 	
 	
 	act'Just don''t cum inside me':
 	act'Just don''t cum inside me':
+		cla & *nl
 		hookup['condom'] = 3
 		hookup['condom'] = 3
-		'"Well..." you say. "Alright... But just don''t cum inside me okay?"'
+		'"Well... Alright..." you say heistantly. "But don''t you dare cum inside me, okay?"'
 		gs'hookup','position_choose'
 		gs'hookup','position_choose'
 	end
 	end
 end
 end

File diff suppressed because it is too large
+ 109 - 1182
locations/hookup_after.qsrc


File diff suppressed because it is too large
+ 178 - 146
locations/hookup_sex.qsrc


Some files were not shown because too many files changed in this diff