1
0
فهرست منبع

[fixed] arousal from large clit was set too low for corrected scale and kicked in when only average. Now set to anything above average

Kevin_Smarts 2 هفته پیش
والد
کامیت
272dfe1b80
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      locations/hourly_events.qsrc

+ 1 - 1
locations/hourly_events.qsrc

@@ -275,7 +275,7 @@ elseif pcs_horny < 10 and (PanThinness >= 5 or BraThinness >= 5):
 end
 
 
-if $pantyworntype ! 'none' and clit_size >= 25 and pcs_horny < 60:
+if $pantyworntype ! 'none' and clit_size >= 40 and pcs_horny < 60:
 	pcs_horny += 20
 end