diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-23 16:57:54 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-23 16:57:54 +0000 |
commit | 7bb028b5aa0713e0fa1d8f75ba466bbe6d259147 (patch) | |
tree | 0379e807e12cf2b9d51396d432776c160edd3d71 /scripts | |
parent | Fix typo (diff) | |
download | toy-7bb028b5aa0713e0fa1d8f75ba466bbe6d259147.zip |
Add missing wait before chastity lockup
Diffstat (limited to 'scripts')
-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 cc3a803..6e93dd2 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -1077,6 +1077,7 @@ def sessionRelease = { goodToy -> else { present([DRESSED], [ ["I don't ask much of you, toy."]]); + wait(getRandom(10) + 5); postChastity(); } wait(getRandom(10) + 5); |