diff options
Diffstat (limited to 'scripts/toy.groovy')
-rw-r--r-- | scripts/toy.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
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); |