diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-01-06 13:07:10 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-01-06 13:07:10 +0000 |
commit | c20660478d9d1149a2d1239b45fdd9b6707cd956 (patch) | |
tree | d45e093fb4dcd8b408c275552245c926e814e92d /scripts | |
parent | Add missing punct (diff) | |
download | toy-c20660478d9d1149a2d1239b45fdd9b6707cd956.zip |
Scale bondage length with required punishment
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/toy.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index 21b6ae8..80f7a7b 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -955,7 +955,7 @@ def playBondage = { wait(15); setImage(null); show(null); - def waitTime = 500 + getRandom(1000); + def waitTime = 300 + getRandom(Math.min(1500, getPunish() * 10)); wait(waitTime); playBackgroundSound("bell.wav"); present([DRESSED, nTEASE], [ |