From 25d7bfa652a3c8e35b80e94af561833a1d40c77a Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 8 Jul 2019 21:47:07 +0100 Subject: Don't tell toy to kneel when kneeling or squating, it's weird --- scripts/toy.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/toy.groovy') 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 [:]; -- cgit v1.2.3