mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
It would help to actually set the flag on the server rather than just, y'know, mention it
This commit is contained in:
parent
923dda6970
commit
f1c7018ac0
1 changed files with 1 additions and 1 deletions
|
|
@ -987,7 +987,7 @@ api.wrap = (user) ->
|
|||
if !user.flags.classSelected and user.stats.lvl >= 10
|
||||
user.flags.classSelected
|
||||
if !user.flags.rebirthEnabled and (user.stats.lvl >= 50 or user.achievements.ultimateGear or user.achievements.beastMaster)
|
||||
user.flags.rebirthEnabled
|
||||
user.flags.rebirthEnabled = true
|
||||
|
||||
###
|
||||
------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue