Преглед изворни кода

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

Kevin_Smarts пре 1 месец
родитељ
комит
a154bcd68a
1 измењених фајлова са 1 додато и 0 уклоњено
  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