diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-06-23 19:52:59 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-06-23 21:18:22 +0100 |
commit | 6f219821d070adf8da54019d7d0c5ad2a5b7d3f7 (patch) | |
tree | 3ecdef098496de5cb0979c7301de01dbc4ae4d8b /scripts/toy.groovy | |
parent | Extract humiliation into a module (diff) | |
download | toy-6f219821d070adf8da54019d7d0c5ad2a5b7d3f7.zip |
Move getSpoon
Diffstat (limited to 'scripts/toy.groovy')
-rw-r--r-- | scripts/toy.groovy | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index 3bf51a3..597433e 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -263,26 +263,6 @@ return new Object() { wait(getRandom(10) + 10); }; }; - def getSpoon = { - if (sessionToys.containsKey(SPOON)) { - present([DRESSED], [ - ["Pick up", "Grab"], - ["your", "that"], - ["wooden spoon"], - ["again."]]); - wait(10); - } - else { - present([DRESSED], [ - ["Go to the kitchen...", "From the kitchen..."], - ["bring me", "get yourself"], - ["a wooden spoon or similar."]]); - showButtonG("Yes, ${dommeTitle()}", "ok"); - wait(5); - showButtonGT("Back, ${dommeTitle()}", "back", 20, 1); - sessionToys[SPOON] = getTime(); - } - }; def stateToyName = { state -> switch (state) { case CUFFED: |