mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
Remove Beat Master unlock for Rebirth
This commit is contained in:
parent
b2225f05e5
commit
d1de41290d
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