diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-05-12 00:34:11 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-05-12 00:34:11 -0400 |
| commit | 362bbc5898685d20c08bbd81fe7d1a9f9470f6ca (patch) | |
| tree | 5d4d044a11cfeaa0d85664f4b1e32c7d6018efc1 | |
| parent | dbad58d6ed010d7b8690fe34caef96f191d3f744 (diff) | |
cut to the chase..
| -rw-r--r-- | js/ui/nopaint.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/ui/nopaint.js b/js/ui/nopaint.js index 2ea1646..be94f1e 100644 --- a/js/ui/nopaint.js +++ b/js/ui/nopaint.js @@ -251,6 +251,11 @@ var nopaint = (function(){ if (steps > 10) { np *= 0.7 pp *= 1.5 + + if (nopaint.is_turbo) { + np *= 1.2 + pp *= 1.2 + } } if (paint_prob < np) { |
