diff options
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,"], | 
