From a209a7ca047e0e6bcd5338bc79c153414c3fc344 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 13 Dec 2018 23:13:26 +0000 Subject: Don't require crop for confession, just mean --- scripts/toy.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/toy.groovy') 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); -- cgit v1.2.3