diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-07-12 19:08:26 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-07-12 19:08:26 +0100 |
commit | 930c9760f3841189c273eb6fbc175c25061419d1 (patch) | |
tree | a3db22dd8ba497c62cf4692140635a9852c233aa /scripts | |
parent | Simplify final punish activities and stop bondage occurring twice (diff) | |
download | toy-930c9760f3841189c273eb6fbc175c25061419d1.zip |
Remove gag before cuffs if playSuck called whilst toy is gagged
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/toy/humiliation.groovy | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/toy/humiliation.groovy b/scripts/toy/humiliation.groovy index 0ac8e2b..f9df76e 100644 --- a/scripts/toy/humiliation.groovy +++ b/scripts/toy/humiliation.groovy @@ -93,6 +93,9 @@ ["That cock doesn't doesn't leave your mouth until I say so, listen for second bell and then return to me."]]); showButtonGT("Understood, ${dommeTitle()}", "understood", 30, 1); } + if (stateIs(GAGGED)) { + removeToy(GAGGED, [DRESSED]); + } if (sessionToys[HANDCUFFS]) { present([DRESSED, nTEASE], [ ["Cuff yourself,", "Hands cuffed,"], |