diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-30 13:51:56 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-30 13:51:56 +0000 |
commit | 051258db4928233e35d84a421e0e9bd37bc8822c (patch) | |
tree | 5e03f5b31d95cc009ebccd4ea21e92669f28c205 /scripts/toy.groovy | |
parent | Update toy list in state (diff) | |
download | toy-051258db4928233e35d84a421e0e9bd37bc8822c.zip |
Reload DOMME object after dress change.
Diffstat (limited to 'scripts/toy.groovy')
-rw-r--r-- | scripts/toy.groovy | 1 |
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 = { |