diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-18 19:45:54 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-18 19:45:54 +0000 |
commit | 84d19196a5de2d13df797675205e599c4c8e0f66 (patch) | |
tree | 6864851bf646930729a3c9e781d49cd6eb7ccb96 /scripts | |
parent | Fix typo (diff) | |
download | toy-84d19196a5de2d13df797675205e599c4c8e0f66.zip |
Fix image tagspec for leaving in bondage
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/toy.groovy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index 9c9f66d..5ae388a 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -889,7 +889,7 @@ def playBondage = { present([DRESSED, TEASE], [ ["Don't go anywhere!", "Do not move!"]]); wait(15); - present([STOOD, TITS], [ + present([STOOD], [ ["I'll be back for you soon.", "I won't leave you too long."]]); wait(15); setImage(null); @@ -1129,7 +1129,7 @@ def playSchedule = { lastPlay -> }; def playEvent = { rt = true, first = true -> if (!rt) return; - dress([[DRESSED,nTEASE],[DRESSED,TEASE],[TITS]]); + dress([[DRESSED,nTEASE],[DRESSED,TEASE],[TITS],[STOOD]]); if (sessionSummon([DRESSED,nTEASE])) { if (first.asBoolean()) { playWait(); |