From 5513d1399ffe1b0f08932667ba8efd3f2ead3769 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 13 Jul 2019 15:48:40 +0100 Subject: Select images of DOMME, not OWNER --- scripts/toy.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/toy.groovy') 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") -- cgit v1.2.3