소스 검색

[fixed] missing willpower check and condom option

hornguy6 11 달 전
부모
커밋
f150e19643
1개의 변경된 파일25개의 추가작업 그리고 1개의 파일을 삭제
  1. 25 1
      locations/sex_ev_condoms.qsrc

+ 25 - 1
locations/sex_ev_condoms.qsrc

@@ -1981,7 +1981,10 @@ end
 
 
 if $ARGS[0] = 'virgin_condom_pc_ask1':
+	gs 'willpower', 'sex', 'resist', 'medium'
 	if will_cost <= pcs_willpwr and (prezikcount + prezik > 0):
+!!	if prezikcount + prezik > 0:
+		
 		act'Pull out a condom (<<will_cost>> Willpower)':
 			cla & *clr
 			sex_ev['using_pc_condoms'] = 1
@@ -2099,7 +2102,28 @@ if $ARGS[0] = 'virgin_condom_ask2':
 		'<i>Well... Maybe it''s okay?</i> you rationalize. It''s your first time. If he doesn''t use condoms, maybe he knows better? You can always change your mind in the future. But it''s just once. What could go wrong?'
 		sex_ev['no_condom'] = 1
 		gs'sex_ev_condoms', 'virgin_condom2'
-	end	
+	end
+	
+	if prezik > 0:
+		act'Get one from your bag':
+			sex_ev['using_pc_condoms'] = 1
+			gs 'sex_ev_condoms', 'pc_use_condoms'
+			cla & *clr
+			$sex_ev['bed_room']
+			if prezik > 1:
+				'"That''s okay, I''ve got some."'
+			elseif prezik = 1:
+				'"That''s okay, I''ve got one."'
+			end
+			if LudaQW['free_condoms'] = 1:
+				'You reach into your bag and pull out one of the condoms your aunt gave you and hand it to <<$npc_firstname[$boy]>>.'
+			else
+				'You reach into your bag and pull out one of the condoms you bought and hand it to <<$npc_firstname[$boy]>>.'
+			end
+			'He takes it and opens the packaging, rolling it onto his cock.'
+			gs 'sex_ev_virgin', 'start_with_condom'
+		end
+	end
 end
 
 if $ARGS[0] = 'virgin_condom_ask3':