mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
chore(grunt): grunt
This commit is contained in:
parent
a21e0ac440
commit
8b8011f0cb
1 changed files with 1 additions and 1 deletions
2
dist/habitrpg-shared.js
vendored
2
dist/habitrpg-shared.js
vendored
|
|
@ -12430,7 +12430,7 @@ var process=require("__browserify_process");(function() {
|
||||||
addPoints = function() {
|
addPoints = function() {
|
||||||
var afterStreak, gpMod, intBonus, perBonus, streakBonus, _crit;
|
var afterStreak, gpMod, intBonus, perBonus, streakBonus, _crit;
|
||||||
|
|
||||||
_crit = user.fns.crit();
|
_crit = (delta > 0 ? user.fns.crit() : 1);
|
||||||
if (_crit > 1) {
|
if (_crit > 1) {
|
||||||
user._tmp.crit = _crit;
|
user._tmp.crit = _crit;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue