mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Update isFreeRebirth.js (#11505)
This commit is contained in:
committed by
Matteo Pagliazzi
parent
6a9ffae758
commit
b40dee9e68
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user