summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/toy.groovy4
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();