소스 검색

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

KevinSmarts 6 년 전
부모
커밋
fd7f1de261
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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