update justin guide re: todos adding 1MP

This commit is contained in:
Tyler Renelle 2013-12-21 16:51:33 -07:00
parent 82f24c2b5e
commit 61245e31b8
2 changed files with 2 additions and 2 deletions

View file

@ -174,7 +174,7 @@ angular.module('guideServices', []).
}, {
element: ".meter.mana",
title: "Spells",
content: "You can now unlock class-specific spells. You'll see your first at level 6. Your mana replenishes 10 points per day (plus a bonus based on your Intelligence attribute)."
content: "You can now unlock class-specific spells. You'll see your first at level 6. Your mana replenishes 10 points per day, plus 1 point per completed <a target='_blank' href='http://habitrpg.wikia.com/wiki/Todos'>To-Do</a>."
}, {
orphan: true,
title: "Read More",

View file

@ -1,7 +1,7 @@
script(type='text/ng-template', id='partials/options.inventory.equipment.html')
.row-fluid
.span6.border-right
h3 Equipment
h3 Battle Gear
small This is the gear you wear into battle, it affects numbers when interacting with your tasks.
li.customize-menu.inventory-gear
menu.pets-menu(label='{{label}}', ng-repeat='(klass,label) in {base:"Base", warrior:"Warrior", wizard:"Wizard", rogue:"Rogue", healer:"Healer", special:"Special"}', ng-show='gear[klass]')