summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/toy.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy
index 095084e..251719d 100644
--- a/scripts/toy.groovy
+++ b/scripts/toy.groovy
@@ -1203,7 +1203,7 @@ def confess = {
// 5 points just for feeling the need to confess
def op = getPunish();
adjustPunish(5);
- dress([[DRESSED,nTEASE], [MEAN,CROP]]);
+ dress([[DRESSED,nTEASE], [MEAN]]);
while (true) {
present([DRESSED, nTEASE], [
["I'm not going to like this, am I?", "There is no way this ends well for you."],
@@ -1224,7 +1224,7 @@ def confess = {
}
// If sufficient points accrued, punish immediately.. with a bonus
if (getPunish() > 150 + op) {
- present([MEAN,CROP], [
+ present([MEAN], [
["I'm very disappointed in you.", "You've been a very bad toy!"],
["Immediate punishment!", "So you will suffer... right now!"]]);
adjustPunish(100);