add message to Inventory/Market (drops) page to explain where quests have gone

This commit is contained in:
Alys 2015-07-15 13:29:03 +10:00
parent 0bc5db4885
commit 9ccab259b0
2 changed files with 9 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{
"quests": "Quests",
"quest": "quest",
"whereAreMyQuests": "Quests are now available on their own page! Click on Inventory -> Quests to find them.",
"yourQuests": "Your Quests",
"questsForSale": "Quests for Sale",
"petQuests": "Pet and Mount Quests",

View file

@ -31,6 +31,10 @@
ng-click='choosePotion(pot)')
.badge.badge-info.stack-count {{points}}
li.customize-menu
menu.pets-menu(label=env.t('quests'))
p=env.t('whereAreMyQuests')
li.customize-menu
menu.pets-menu(label=env.t('food') + ' ({{foodCount}})')
p.muted(ng-show='foodCount < 1')=env.t('noFood')
@ -42,7 +46,6 @@
ng-click='chooseFood(food)')
.badge.badge-info.stack-count {{points}}
li.customize-menu
menu.pets-menu(label=env.t('special'))
mixin specialItem(k)
@ -167,6 +170,10 @@
| {{::food.value}}&nbsp;
span.Pet_Currency_Gem1x.inline-gems
li.customize-menu
menu.pets-menu(label=env.t('quests'))
p=env.t('whereAreMyQuests')
li.customize-menu
menu.pets-menu(label=env.t('special'))
div