diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-13 21:30:18 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-13 21:30:18 +0000 |
commit | e0778b7dd1bb507291211859543482314570d741 (patch) | |
tree | 4186195623fe5a7de5d8a7c345aa22efe3bfa296 /scripts | |
parent | Move null val handling (diff) | |
download | toy-e0778b7dd1bb507291211859543482314570d741.zip |
Revoke cum permission for bad toy
Diffstat (limited to 'scripts')
-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(); |