Browse Source

Merge remote-tracking branch 'hornguy6/master'

Kevin_Smarts 2 years ago
parent
commit
dfac78207a
1 changed files with 3 additions and 5 deletions
  1. 3 5
      locations/arousal.qsrc

+ 3 - 5
locations/arousal.qsrc

@@ -324,6 +324,8 @@ if $ARGS[0] ! 'end' and $ARGS[0] ! 'checks' and $ARGS[0] ! 'count' and $ARGS[0]
 			count['vaginal'] = 1
 		end
 		stim['mag'] += 3
+		if pcs_vag < dick:pcs_vag += 1
+		if pcs_vag*2 < dick:pcs_vag += 1
 		!! length and girth abilities of vagina are not separated , but I suppose that they are related
 		!! we can estimate difference in girth and length vaginal_girth_difference and vaginal_lenght_difference - names are shortened
 		vgrdif = grange - pcs_vag
@@ -359,11 +361,7 @@ if $ARGS[0] ! 'end' and $ARGS[0] ! 'checks' and $ARGS[0] ! 'count' and $ARGS[0]
 		stim['act'] = 70
 		if pcs_vag + vaginal_slip < 30:
 			!! same as for 'vaginal'
-			if temp_unaware = 0 or count['vaginal'] > 0:
-				pcs_vag += 3
-			else
-				pcs_hidden_vag += 3
-			end
+			pcs_vag += 3
 			gs 'pain', 3 - vgape, 'vaginal', 'stretch'
 			if vgape < 3:vgape = 3
 		end