mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
rebirth: grunt (@sabrecat)
This commit is contained in:
parent
fb11eb65cc
commit
883abf34dd
5 changed files with 512 additions and 503 deletions
504
dist/customizer.css
vendored
504
dist/customizer.css
vendored
File diff suppressed because it is too large
Load diff
2
dist/habitrpg-shared.css
vendored
2
dist/habitrpg-shared.css
vendored
File diff suppressed because one or more lines are too long
5
dist/habitrpg-shared.js
vendored
5
dist/habitrpg-shared.js
vendored
|
|
@ -10715,7 +10715,7 @@ var process=require("__browserify_process");(function() {
|
|||
newHistory.push({
|
||||
date: moment(group[0].date).toDate(),
|
||||
value: _.reduce(group, (function(m, obj) {
|
||||
return m + api.value;
|
||||
return m + obj.value;
|
||||
}), 0) / group.length
|
||||
});
|
||||
return true;
|
||||
|
|
@ -11936,9 +11936,6 @@ var process=require("__browserify_process");(function() {
|
|||
if (!user.flags.classSelected && user.stats.lvl >= 10) {
|
||||
return user.flags.classSelected;
|
||||
}
|
||||
if (!user.flags.rebirthEnabled && (user.stats.lvl >= 50 || user.achievements.ultimateGear || user.achievements.beastMaster)) {
|
||||
user.flags.rebirthEnabled = true;
|
||||
}
|
||||
},
|
||||
/*
|
||||
------------------------------------------------------
|
||||
|
|
|
|||
504
dist/spritesmith.css
vendored
504
dist/spritesmith.css
vendored
File diff suppressed because it is too large
Load diff
BIN
dist/spritesmith.png
vendored
BIN
dist/spritesmith.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 308 KiB After Width: | Height: | Size: 308 KiB |
Loading…
Reference in a new issue