summaryrefslogtreecommitdiff
path: root/js/course.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/course.js')
-rwxr-xr-x[-rw-r--r--]js/course.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/course.js b/js/course.js
index d147a9f..2a35719 100644..100755
--- a/js/course.js
+++ b/js/course.js
@@ -28,7 +28,7 @@ function dish(n){
}
function product(){
var result;
- if (rand(100) > 80) {
+ if (rand(100) > 1) {
var technique = choice(techniques);
if (technique[0] == '-') {
result = choice(products) + technique + " " + choice(products);