diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/toy.groovy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index 9594fc2..2354ae0 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -554,6 +554,8 @@ def postCum = { wait(getRandom(5) + 5); return; } + def ways = [cumChanceRuin, cumChanceWindow, cumChanceCountdown]; + ways[getRandom(ways.size())](); }; def chastity = { pre -> if (is(CHASTE)) return; |