Ver código fonte

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

Kevin_Smarts 1 mês atrás
pai
commit
a154bcd68a
1 arquivos alterados com 1 adições e 0 exclusões
  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