pets: show which egg was dropped on unlocking drops

This commit is contained in:
Tyler Renelle 2013-03-26 17:58:44 -07:00
parent f6b2c08a60
commit 42292be251

View file

@ -1,7 +1,7 @@
<modals:> <modals:>
<app:modals:modal modalId='drops-enabled-modal' header="Drops Enabled!"> <app:modals:modal modalId='drops-enabled-modal' header="Drops Enabled!">
<p>You've unlocked the drop system! Now when you complete tasks, you have a random chance of finding an item drop. And guess what? You just found a {_user.items.eggs.0.text} egg! {_user.items.eggs.0.notes}</p> <p><span class="Pet_Egg_{_user.items.eggs.0.name} item-drop-icon"></span> 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</strong>! {_user.items.eggs.0.notes}</p>
<@footer> <@footer>
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button> <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
</@footer> </@footer>