summaryrefslogtreecommitdiff
path: root/scripts/toy/chastity.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/toy/chastity.groovy')
-rw-r--r--scripts/toy/chastity.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/toy/chastity.groovy b/scripts/toy/chastity.groovy
index 7fd5830..403b678 100644
--- a/scripts/toy/chastity.groovy
+++ b/scripts/toy/chastity.groovy
@@ -106,8 +106,8 @@
}
};
- toy.addActivity('preRelease', { toy.preRelease() }, [[toy.DRESSED, toy.TEASE]], [toy.PRE, toy.REWARD]);
- toy.addActivity('preChastity', { toy.preChastity() }, [[toy.DRESSED, toy.TEASE]], [toy.PRE, toy.PUNISH]);
+ toy.addActivity('preRelease', { toy.preRelease() }, [[toy.DRESSED, toy.TEASE]], [toy.PRE, toy.REWARD, toy.CHASTE]);
+ toy.addActivity('preChastity', { toy.preChastity() }, [[toy.DRESSED, toy.TEASE]], [toy.PRE, toy.PUNISH, toy.CHASTE]);
toy.addActivity('postChastity', { toy.postChastity() }, [
[toy.DRESSED, toy.TEASE], [toy.DRESSED, toy.nTEASE]]);
return null;