From c20660478d9d1149a2d1239b45fdd9b6707cd956 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 6 Jan 2019 13:07:10 +0000 Subject: Scale bondage length with required punishment --- scripts/toy.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/toy.groovy') 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], [ -- cgit v1.2.3