From 50a27af317cd5cb756f6218b9fccb64593f70bba Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 28 Dec 2018 13:56:21 +0000 Subject: Fix image selector in preStrip --- 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 e038a08..17453fa 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -670,7 +670,7 @@ def preStrip = { imageSpec = [DRESSED] -> present(imageSpec, [ ["Clothes off!", "Get naked, slut!"]]); wait(10); - present([DRESSED], [ + present(imageSpec, [ ["All of them off!", "And the rest!", "Keep going."]]); set(NAKED, true); showButtonGT("Naked, mistress", "naked", 60, 5); -- cgit v1.2.3