diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-09 18:57:32 +0000 | 
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-12-09 18:57:32 +0000 | 
| commit | 2b8533197ed64ee7a89fd3c0d7cf7ba4d72a5889 (patch) | |
| tree | 0be94fa6435805922c20991761d2860a3ddc92c8 | |
| parent | Revoke cum permission after orgasm (diff) | |
| download | toy-2b8533197ed64ee7a89fd3c0d7cf7ba4d72a5889.zip | |
Remove strip/spin.. never liked it
| -rw-r--r-- | scripts/toy.groovy | 7 | 
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index 18d31bd..f8806d9 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -587,7 +587,7 @@ def preStrip = { imageSpec = [DRESSED] ->  	set(NAKED, true);  	showButtonGT("Naked, mistress", "naked", 60, 5);  	(getRandom(2) + 1).times { -		switch (getRandom(2)) { +		switch (getRandom(1)) {  			case 0:  				present(null, [  						["Stand up straight,", "On your feet,"], @@ -596,11 +596,6 @@ def preStrip = { imageSpec = [DRESSED] ->  				break;  			case 1:  				present(null, [ -						["Turn around,", "Spin"], -						["slowly", "nice and slow."]]); -				break; -			case 2: -				present(null, [  						["Very good. Now...", "I see..."],  						["on your knees before me,", "kneel,"],  						["don't move those hands.", "hands still."]]);  | 
