From 930c9760f3841189c273eb6fbc175c25061419d1 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 12 Jul 2019 19:08:26 +0100 Subject: Remove gag before cuffs if playSuck called whilst toy is gagged --- scripts/toy/humiliation.groovy | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') 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,"], -- cgit v1.2.3