summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/toy.groovy12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy
index 97432de..5ec2b22 100644
--- a/scripts/toy.groovy
+++ b/scripts/toy.groovy
@@ -643,6 +643,18 @@ def setupShowState = {
return "$it: $v\n".capitalize()
}.join());
showButton("OK");
+ show(
+ [BALLGAG, COLLAR, CLAMPS, CHASTITY].collect {
+ def v = has(it);
+ return "$it: $v\n".capitalize()
+ }.join());
+ showButton("OK");
+ show(
+ [BONDAGE, CBT, CHORES, PAIN].collect {
+ def v = likes(it);
+ return "$it: $v\n".capitalize()
+ }.join());
+ showButton("OK");
};
def setupShowCalendar = {
show(