mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 07:52:15 +00:00
Merge branch 'Yutsuten-orb-rebirth' into develop
This commit is contained in:
commit
69347df050
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ module.exports = function updateStats (user, stats, req = {}, analytics) {
|
|||
};
|
||||
}
|
||||
});
|
||||
if (!user.flags.rebirthEnabled && (user.stats.lvl >= 50 || user.achievements.beastMaster)) {
|
||||
if (!user.flags.rebirthEnabled && user.stats.lvl >= 50) {
|
||||
user.addNotification('REBIRTH_ENABLED');
|
||||
user.flags.rebirthEnabled = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue