summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2018-12-03 19:21:01 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2018-12-03 19:21:01 +0000
commit5327dd2deade7098af0eca7722c50f6e9ec77b93 (patch)
treea584176223835283ce95d3c89fdb1402bda1f055 /scripts
parentBad toy always ends chaste (diff)
downloadtoy-5327dd2deade7098af0eca7722c50f6e9ec77b93.zip
OK, not quite so much cbt
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 13660cf..51b4778 100644
--- a/scripts/toy.groovy
+++ b/scripts/toy.groovy
@@ -612,7 +612,7 @@ def playCbt = {
wait(1);
present(null, [["Go!"]]);
def beats = 0;
- (6 + getRandom(10)).times({
+ (4 + getRandom(7)).times({
def beatNo = getRandom(BEATS.size());
def beat = BEATS[beatNo];
def len = getRandom(beat.len - 5) + 5;