mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 12:48:52 +00:00
Update isFreeRebirth.js (#11505)
This commit is contained in:
parent
6a9ffae758
commit
b40dee9e68
1 changed files with 1 additions and 1 deletions
|
|
@ -10,5 +10,5 @@ export default function isFreeRebirth (user) {
|
|||
daysFromLastFreeRebirth = 999;
|
||||
}
|
||||
|
||||
return user.stats.lvl >= MAX_LEVEL && daysFromLastFreeRebirth > 45;
|
||||
return user.stats.lvl >= MAX_LEVEL && daysFromLastFreeRebirth >= 45;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue