summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-05-12 00:34:11 -0400
committerJules Laplace <jules@okfoc.us>2016-05-12 00:34:11 -0400
commit362bbc5898685d20c08bbd81fe7d1a9f9470f6ca (patch)
tree5d4d044a11cfeaa0d85664f4b1e32c7d6018efc1
parentdbad58d6ed010d7b8690fe34caef96f191d3f744 (diff)
cut to the chase..
-rw-r--r--js/ui/nopaint.js5
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) {