summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-03-30 13:51:56 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-03-30 13:51:56 +0000
commit051258db4928233e35d84a421e0e9bd37bc8822c (patch)
tree5e03f5b31d95cc009ebccd4ea21e92669f28c205 /scripts
parentUpdate toy list in state (diff)
downloadtoy-051258db4928233e35d84a421e0e9bd37bc8822c.zip
Reload DOMME object after dress change.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/toy.groovy1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy
index d5eb62f..f809e02 100644
--- a/scripts/toy.groovy
+++ b/scripts/toy.groovy
@@ -148,6 +148,7 @@ def dress = { specs ->
}
save("toy.owner.outfit", outfit.set);
save("toy.owner.outfitTime", getTime());
+ DOMME = loadDomme(OWNER, outfit.set);
};
// Utils
def localTimeOffset = {