Browse Source

Update 'locations/orgasm.qsrc'

[fixed] Major orgasm fix - caused mood not to go up and pcs_horny not to go down after some orgasms - orgasm module - spectre1viper
spectre1viper 5 years ago
parent
commit
e632761ef1
1 changed files with 2 additions and 9 deletions
  1. 2 9
      locations/orgasm.qsrc

+ 2 - 9
locations/orgasm.qsrc

@@ -2,7 +2,7 @@
 
 !This is intended to be hidden and the stats and calculations should not appear in game.
 
-
+pcs_mood += orgasm_buildup / 3
 orgasm_buildup -= 70
 orgasm += 1
 if temp_anal = 1: analorgasm += 1
@@ -180,16 +180,9 @@ else
 	end
 end
 
-if orgasmic > 0:
-	orgasmic = totminut
-	pcs_horny -= 10
-	$orgasm_or = 'yes'
-else
-	pcs_horny = 0
-end
+pcs_horny = 0
 
 killvar '$orgasm_txt'
-
 killvar '$orgasm_or'