diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-11-29 21:30:19 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-11-29 21:30:19 +0000 |
commit | ad135b17d66a787097c02abaf2c7aa03c159d181 (patch) | |
tree | 49d253f3e10da0b6445a2bd0f24d5be0b8e398c2 /scripts/toy.groovy | |
parent | Add has and likes to status (diff) | |
download | toy-ad135b17d66a787097c02abaf2c7aa03c159d181.zip |
Add missing wait after chastity lockup
Diffstat (limited to 'scripts/toy.groovy')
-rw-r--r-- | scripts/toy.groovy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index 5ec2b22..d334095 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -461,6 +461,7 @@ def postChastity = { set(CHASTE, true); present([DRESSED,TEASE], [ ["Good boy.", "Thank you, toy."]]); + wait(5); }; // Play |