Browse Source

Merge remote-tracking branch 'NOX/master'

Kevin_Smarts 2 years ago
parent
commit
94e30ffbbf
2 changed files with 6 additions and 2 deletions
  1. 1 1
      locations/lact_lib.qsrc
  2. 5 1
      locations/stat.qsrc

+ 1 - 1
locations/lact_lib.qsrc

@@ -710,7 +710,7 @@ if $ARGS[0] = 'get_suckflowrate':
 		result = 5000
 	elseif ARGS[1] = 8:
 		!!	'manual stimulation during sex/sex play'
-		result = 6000
+		result = 15000
 	else
 		!!	'suck flow else branch'
 		result = 10000

+ 5 - 1
locations/stat.qsrc

@@ -436,7 +436,11 @@ if minut >= 60:
 	hour += 1
 	minut -= 60
 
-	if SbrosNerdism = 1:pcs_nerd = pcs_sprt / 10 - orgasm
+	if SbrosNerdism = 1 and orgasm ! 10:
+		pcs_nerd = pcs_sprt / 10 - orgasm
+	else
+		pcs_nerd = pcs_sprt / 9 - orgasm
+	end
 	if pcs_nerd < 0:pcs_nerd = 0
 	if obkvsdam > 0:obkvsdam = rand(2, 5)