gems: add to tutorial on drop unlock

This commit is contained in:
Tyler Renelle
2013-10-12 20:22:56 -07:00
parent 890e8bf8b3
commit a53725da14
2 changed files with 8 additions and 4 deletions
+7 -4
View File
@@ -3,10 +3,13 @@ div(modal='modals.dropsEnabled')
h3 Drops Enabled!
.modal-body
p
span.item-drop-icon(class='Pet_Egg_{{user.items.eggs.0.name}}')
| You've unlocked the Drop System! Now when you complete tasks, you have a small chance of finding an item. And guess what, you just found a
strong {{user.items.eggs.0.text}} egg
| ! {{user.items.eggs.0.notes}}
span.item-drop-icon(class='Pet_Egg_{{user.items.eggs.0.name}}', style='margin-left: 0px')
| You've unlocked the Drop System! Now when you complete tasks, you have a small chance of finding an item. You just found a
strong {{user.items.eggs.0.text}} Egg
| ! {{user.items.eggs.0.notes}}.
br
p.
<span class='Pet_Currency_Gem item-drop-icon'></span> If you've got your eye on a pet, but can't wait any longer for it to drop, use Gems in <strong>Options > Inventory</strong> to buy one!
.modal-footer
button.btn.btn-default.cancel(ng-click='modals.dropsEnabled = false') Close