ソースを参照

[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