diff options
| -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 647a1d7..095084e 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -1064,6 +1064,7 @@ def sessionRelease = { goodToy ->  		present([DRESSED], [  				["Get out of my sight.", "Go!"]]);  		removeEvent(CUM); +		revokePermission(CUM);  	}  	wait(10);  	showLounge(); | 
