summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2018-12-06 00:18:08 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2018-12-06 00:18:08 +0000
commitdcf6838e7f4faed6844da701fb564d3827eca8c1 (patch)
treef422e1ffed763660b920acf49e881cfe5054080b /scripts
parentAdd missing release after immediate punishment (diff)
downloadtoy-dcf6838e7f4faed6844da701fb564d3827eca8c1.zip
Fix typo
Diffstat (limited to 'scripts')
-rw-r--r--scripts/toy.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy
index 27ed2af..b01f804 100644
--- a/scripts/toy.groovy
+++ b/scripts/toy.groovy
@@ -739,7 +739,7 @@ def playClamps = {
if (!is(CLAMPED)) return preClamps();
present([DRESSED], [
["Those nipple clamps", "Clamped nipples..."],
- ["they look painful.", "giggle them about for me!"]]);
+ ["they look painful.", "jiggle them about for me!"]]);
wait(10);
return clampPulls(3 + getRandom(10));
};