Browse Source

[fixes] Cap on orgasm build up in 'arousal' to prevent orgasm Roman candle effect

KevinSmarts 6 years ago
parent
commit
fd7f1de261
1 changed files with 1 additions and 0 deletions
  1. 1 0
      locations/arousal.qsrc

+ 1 - 0
locations/arousal.qsrc

@@ -610,6 +610,7 @@ end
 !!-----------------------------------------------
 
 if $ARGS[0] = 'end':
+	if orgasm_buildup > 250: orgasm_buildup = 250
 	if orgasm_buildup > 200: orgasm_buildup -= 10
 	if orgasm_buildup > 150: orgasm_buildup -= 10
 	if orgasm_buildup > 100: orgasm_buildup -= 10