summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-07-12 19:08:26 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2019-07-12 19:08:26 +0100
commit930c9760f3841189c273eb6fbc175c25061419d1 (patch)
treea3db22dd8ba497c62cf4692140635a9852c233aa
parentSimplify final punish activities and stop bondage occurring twice (diff)
downloadtoy-930c9760f3841189c273eb6fbc175c25061419d1.zip
Remove gag before cuffs if playSuck called whilst toy is gagged
-rw-r--r--scripts/toy/humiliation.groovy3
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,"],