summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-01-06 13:30:53 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-01-06 14:31:30 +0000
commit55b6558cb83a10d5ab4c4694a3e89b247d3a06ca (patch)
tree4578e1e1f3e773cecc3a497944dfc00bb97c8252
parentScale bondage length with required punishment (diff)
downloadtoy-55b6558cb83a10d5ab4c4694a3e89b247d3a06ca.zip
Better image selection on return
-rw-r--r--scripts/toy.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy
index 80f7a7b..02021a7 100644
--- a/scripts/toy.groovy
+++ b/scripts/toy.groovy
@@ -958,7 +958,7 @@ def playBondage = {
def waitTime = 300 + getRandom(Math.min(1500, getPunish() * 10));
wait(waitTime);
playBackgroundSound("bell.wav");
- present([DRESSED, nTEASE], [
+ present([STOOD], [
["Hi slave!", "Hello again."],
["You don't look very comfortable.", "That looks quite awkward."],
["Maybe you've been there long enough.", "It's been a while now."]]);