소스 검색

Merge remote-tracking branch 'hornguy6/master'

Kevin_Smarts 3 년 전
부모
커밋
131cd61a79
3개의 변경된 파일295개의 추가작업 그리고 1334개의 파일을 삭제
  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
 !! 2021/05/06
 if $ARGS[0] = 'start':
+	hookup['orgasm_count'] = orgasm
 	$location_type = 'indoors'
 	if CloDress > 0:hookup['dress'] = 1
-	gs 'boystat', $npclastsaved
 	gs 'clothing', 'strip'
 	gs 'underwear', 'remove'
 	gs 'stat'
@@ -1552,7 +1552,7 @@ if $ARGS[0] = 'no_condom1':
 		$npc_apt_bedroom[$npclastsaved]
 		'"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.'
-		if hookup_rape_chance > 0:
+		if hookup['rape_chance'] > 0:
 			!!put in chance he rapes you
 		elseif rand(1,10) > 8:
 			'"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':
 		hookup['condom'] = 3
 		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'
 	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.'
 		'"Wait, where are you going?"'
 		'"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
 		else
 			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!"'
 					'"What? Are you kidding? I don''t have STDs! I promise, I''m clean!"'
 					act'No way!':
-						!!if hookup_rape_chance > 80:
+						!!if hookup['rape_chance'] > 80:
 							!! put in chance he rapes you
 						!!else
 							'"Nuh uh, no way! I''m not taking any chances!"'
@@ -1686,14 +1686,16 @@ if $ARGS[0] = 'no_condom2':
 	end
 	
 	act'Maybe just this once':
+		cla & *nl
 		hookup['condom'] = 2
 		'"Well... Maybe just this once..." you say.'
 		gs'hookup','position_choose'
 	end
 	
 	act'Just don''t cum inside me':
+		cla & *nl
 		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'
 	end
 end

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 109 - 1182
locations/hookup_after.qsrc


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 178 - 146
locations/hookup_sex.qsrc


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.