mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-12 23:08:35 +00:00
docs(rebirth): Bullet point about repurchase of limited ed gear after Rebirth
Requires commit 667a426 on habitrpg-shared. Adds a line to the Rebirth modal informing users that limited edition gear can be repurchased after Rebirth. Removed a line from the top of the modal to make room, preventing scrolling at ordinary resolutions--I'm open to suggestions if we think that line is crucial.
This commit is contained in:
parent
d782fc6b6a
commit
d3f4a561fd
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ div(modal='modals.rebirth')
|
|||
.rebirth_orb.pull-left(style='margin-right: 5px')
|
||||
p=env.t('rebirthStartOver')
|
||||
br
|
||||
p=env.t('rebirthAdventure')
|
||||
.unordered
|
||||
li=env.t('rebirthAdvList1')
|
||||
li=env.t('rebirthAdvList2')
|
||||
|
|
@ -31,6 +30,7 @@ div(modal='modals.rebirth')
|
|||
li=env.t('rebirthInList2')
|
||||
li=env.t('rebirthInList3')
|
||||
li=env.t('rebirthInList4')
|
||||
li=env.t('rebirthInList5')
|
||||
br
|
||||
.achievement-sun.pull-left(style='margin-right: 5px')
|
||||
p=env.t('rebirthEarnAchievement')
|
||||
|
|
|
|||
Loading…
Reference in a new issue