diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-07-13 15:48:40 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-07-13 15:48:40 +0100 |
commit | 5513d1399ffe1b0f08932667ba8efd3f2ead3769 (patch) | |
tree | 2b15dbb40acbfb4c81c4a3e5bd3d4086eb838afd /scripts/toy.groovy | |
parent | Make closures final (diff) | |
download | toy-5513d1399ffe1b0f08932667ba8efd3f2ead3769.zip |
Select images of DOMME, not OWNER
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 85988c7..507501c 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -58,7 +58,8 @@ return new Object() { "$DATAFOLDER/images/toy/$domme/person.groovy", "$DATAFOLDER/images/toy/$domme/$set/set.groovy" ] .collect { readDomme(it) } - .sum() + .sum(); + DOMME.id = domme; }; final loadModules = { toy -> new File("$DATAFOLDER/scripts/toy") |