diff options
Diffstat (limited to 'scripts/toy.groovy')
-rw-r--r-- | scripts/toy.groovy | 2 |
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)); }; |