mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
comment logging
This commit is contained in:
parent
7c10aafb1c
commit
78ba0f5214
1 changed files with 1 additions and 1 deletions
|
|
@ -56,5 +56,5 @@ module.exports.taskDeltaFormula = (currentValue, direction) ->
|
||||||
delta = Math.max(Math.pow(0.95,currentValue),0.25)
|
delta = Math.max(Math.pow(0.95,currentValue),0.25)
|
||||||
else
|
else
|
||||||
delta = -Math.min(Math.pow(0.95,currentValue),5)
|
delta = -Math.min(Math.pow(0.95,currentValue),5)
|
||||||
console.log("CV = " + currentValue + " Dir = " + direction + " delta = " + delta)
|
#console.log("CV = " + currentValue + " Dir = " + direction + " delta = " + delta)
|
||||||
return delta
|
return delta
|
||||||
Loading…
Reference in a new issue