diff options
Diffstat (limited to 'scripts/toy.groovy')
-rw-r--r-- | scripts/toy.groovy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index 999264d..085ec90 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -64,7 +64,7 @@ return new Object() { .listFiles() .collect { s -> Eval.me(s.text)(toy); - } + } .findAll { p -> p }; }; @@ -424,6 +424,7 @@ return new Object() { * scripts/toy/sleep.groovy * scripts/toy/social.groovy * scripts/toy/tease.groovy + * scripts/toy/toys.groovy * images/toy/ancilla/corset/1.jpg * images/toy/ancilla/corset/10.jpg * images/toy/ancilla/corset/11.jpg |