summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-07-08 21:47:07 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2019-07-08 21:47:07 +0100
commit25d7bfa652a3c8e35b80e94af561833a1d40c77a (patch)
tree4027b2847aa68910d3117e40b268f0de56c40aaa
parentExtract meets into a tag matching helper (diff)
downloadtoy-25d7bfa652a3c8e35b80e94af561833a1d40c77a.zip
Don't tell toy to kneel when kneeling or squating, it's weird
-rw-r--r--scripts/toy.groovy2
-rw-r--r--scripts/toy/play.groovy2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy
index 018c32f..6f87485 100644
--- a/scripts/toy.groovy
+++ b/scripts/toy.groovy
@@ -45,7 +45,7 @@ return new Object() {
final DATAFOLDER = getDataFolder();
// Imagery
final DRESSED = "dressed", TITS = "tits", PUSSY = "pussy", LINGERIE = "lingerie", TEASE = "tease", SIT = "sit", BOOTS = "boots", KNEEL = "kneel", STOOD = "stood", MEAN = "mean", CROP = "crop", ASS = "ass", SQUAT = "squat", SSSH = "sssh";
- final nDRESSED = "!$DRESSED", nTITS = "!$TITS", nTEASE = "!$TEASE";
+ final nDRESSED = "!$DRESSED", nTITS = "!$TITS", nTEASE = "!$TEASE", nKNEEL = "!$KNEEL", nSQUAT = "!$SQUAT";
def loadDomme = { domme, set = null ->
final readDomme = { path ->
if (!path) return [:];
diff --git a/scripts/toy/play.groovy b/scripts/toy/play.groovy
index cd71b1d..03f6c80 100644
--- a/scripts/toy/play.groovy
+++ b/scripts/toy/play.groovy
@@ -178,7 +178,7 @@
};
toy.metaClass.playWait {
- present([DRESSED,nTEASE], [
+ present([DRESSED,nTEASE,nKNEEL,nSQUAT], [
["Hello,", "Hi,", "Hey there,"],
["toy.", "slut.", "slave."],
["On your knees,", "On the floor,", "Down... at my feet,",],