mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
classes: better-positioned justin
This commit is contained in:
parent
e0623e6add
commit
03c4a04ff5
2 changed files with 2 additions and 2 deletions
|
|
@ -154,7 +154,7 @@ angular.module('guideServices', []).
|
|||
onShow: _.once(function(tour){
|
||||
$timeout(function(){tour.goTo(0)});
|
||||
}),
|
||||
orphan: true,
|
||||
element: '.equipment-tab',
|
||||
title: "Class Gear",
|
||||
content: "First: don't panic! Your old gear is in your inventory, and you're now wearing your apprentice <strong>" + User.user.stats.class + "</strong> equipment. Wearing your class's gear grants you a 1.5% bonus to stats. However, feel free to switch back to your old gear."
|
||||
},
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ script(type='text/ng-template', id='partials/options.inventory.html')
|
|||
li(ng-class="{ active: $state.includes('options.inventory.mounts') }")
|
||||
a(ui-sref='options.inventory.mounts')
|
||||
| Mounts
|
||||
li(ng-class="{ active: $state.includes('options.inventory.equipment') }")
|
||||
li.equipment-tab(ng-class="{ active: $state.includes('options.inventory.equipment') }")
|
||||
a(ui-sref='options.inventory.equipment')
|
||||
| Equipment
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue