Explorar el Código

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

Kevin_Smarts hace 1 mes
padre
commit
a154bcd68a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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