Răsfoiți Sursa

[fixed] stopping blank screens from the guy initiating pillow talk

hornguy6 11 luni în urmă
părinte
comite
a3eddbe049
1 a modificat fișierele cu 8 adăugiri și 4 ștergeri
  1. 8 4
      locations/sex_ev_pillow_talk.qsrc

+ 8 - 4
locations/sex_ev_pillow_talk.qsrc

@@ -1753,15 +1753,19 @@ if $ARGS[0] = 'boy_talk':
 	
 	if sex_ev['boy_topics'] > 0 and rand(0,1) = 1:
 		:boy_talk_loop
-		if sex_ev['good_for_you'] = 0 and rand(1,2) = 1:
-			gs 'sex_ev_favorite_part', 'boy_good_for_you'
-		elseif sex_ev['boy_pube_talk'] = 0 and rand(1,1) = 1:
-			gs'sex_ev_pillow_talk', 'boy_pube_talk'
+		if sex_ev['good_for_you'] = 0 and rand(1,sex_ev['boy_topics']) = 1:
+			cla
+			act'Continue':gs 'sex_ev_favorite_part', 'boy_good_for_you'
+		elseif sex_ev['boy_pube_talk'] = 0 and rand(1,sex_ev['boy_topics']) = 1:
+			cla
+			act'Continue':gs'sex_ev_pillow_talk', 'boy_pube_talk'
 !!		elseif sex_ev['broken_condom_talk'] = 0 and rand(1,2) = 1:
 		
 !!		elseif sex_ev['creampie_okay'] = 0:
 		
 !!		elseif sex_ev['boy_no_kids'] = 0:
+		else
+			jump 'boy_talk_loop'
 		end
 	end
 end