Browse Source

[changed] cap on arousal post orgasm if "orgasmic" so that extremely high values are not maintained

Kevin_Smarts 1 month ago
parent
commit
a154bcd68a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      locations/orgasm.qsrc

+ 1 - 0
locations/orgasm.qsrc

@@ -226,6 +226,7 @@ end
 if orgasmic > 0:
 	orgasmic = totminut
 	pcs_horny -= 10
+	if pcs_horny > 90: pcs_horny = 90
 	$orgasm_or = 'yes'
 else
 	pcs_horny = 0