Ver Fonte

[fixed] an overlooked inconsistency

hornguy6 há 10 meses atrás
pai
commit
326b5f8571
3 ficheiros alterados com 8 adições e 4 exclusões
  1. 2 0
      locations/sex_ev_doggy.qsrc
  2. 2 0
      locations/sex_ev_miss.qsrc
  3. 4 4
      locations/sex_ev_sex.qsrc

+ 2 - 0
locations/sex_ev_doggy.qsrc

@@ -124,6 +124,8 @@ if $ARGS[0] = 'doggy_girl_orgasm_continue':
 			'You''ve barely finished quivering when he pulls you off of him and rolls you onto your knees, pulling your hips back towards him. With one swift movement, he thrusts his cock into your still-quivering pussy. His actions earn him an involuntary gasp from your lips.'
 		end
 		'"I''m not finished yet," he growls from behind you.'
+		$sex_ev['position'] = 'doggy'
+		$sex_ev['pos_speed'] = 'doggy<<sex_ev[''speed'']>>'
 !!		act'Get fucked':gs'sex_ev_doggy', 'doggy_goto'
 		gs'sex_ev_sex', 'fuck_continue'
 	end

+ 2 - 0
locations/sex_ev_miss.qsrc

@@ -74,6 +74,8 @@ if $ARGS[0] = 'miss_girl_orgasm_continue':
 			'You''ve barely finished quivering when he pulls you off of him and pushes you onto your back, immediately plunging his cock back inside you. The sudden penetration of your still-sensitive pussy elicits involuntary whimpers of protest from you, but it doesn''t stop him for a moment, ramping into a steady rhythm.'
 		end
 		'"I''m not finished yet," he growls.'
+		$sex_ev['position'] = 'miss'
+		$sex_ev['pos_speed'] = 'miss<<sex_ev[''speed'']>>'
 !!		act'Get fucked':gs'sex_ev_miss', 'miss_goto'
 		gs'sex_ev_sex', 'fuck_continue'
 	end

+ 4 - 4
locations/sex_ev_sex.qsrc

@@ -294,12 +294,12 @@ if $ARGS[0] = 'girl_orgasm_change_position':
 	if $sex_ev['position'] = $npc_fav_pos[$boy] or rand(1,2) = 1:
 		gs 'sex_ev_<<$sex_ev[''position'']>>', '<<$sex_ev[''position'']>>_girl_orgasm_continue'
 	else
-		if rand(1,3) = 1:
+		if rand(1,2) = 1:
 			gs 'sex_ev_miss', 'miss_girl_orgasm_continue'
-		elseif rand(1,2) = 1:
-			gs 'sex_ev_doggy', 'doggy_girl_orgasm_continue'
 		else
-			gs 'sex_ev_cowgirl', 'cowgirl_girl_orgasm_continue'
+			gs 'sex_ev_doggy', 'doggy_girl_orgasm_continue'
+!!		else
+!!			gs 'sex_ev_cowgirl', 'cowgirl_girl_orgasm_continue'
 		end
 	end
 end