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