Merge branch 'develop' into release

This commit is contained in:
Sabe Jones
2019-11-21 16:17:43 -06:00
72 changed files with 1273 additions and 767 deletions
+1 -1
View File
@@ -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;
}