From 84d19196a5de2d13df797675205e599c4c8e0f66 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 18 Dec 2018 19:45:54 +0000 Subject: Fix image tagspec for leaving in bondage --- scripts/toy.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/toy.groovy') 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(); -- cgit v1.2.3