diff --git a/views/app/pets.html b/views/app/pets.html index 6d4bf7b49e..bcc6692f7e 100644 --- a/views/app/pets.html +++ b/views/app/pets.html @@ -1,9 +1,7 @@ -

You've unlocked the drop system.

-

Here's your first egg! {_user.items.eggs.0.text}

-

Feed it some meat to get it to hatch.

+

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}

<@footer> @@ -17,3 +15,13 @@
+ + + + + + + + +
{.text}
+ diff --git a/views/app/rewards.html b/views/app/rewards.html index 1a32b212c0..29ce0efc7e 100644 --- a/views/app/rewards.html +++ b/views/app/rewards.html @@ -36,20 +36,20 @@ {#with _view.items.food as :food} - {#with :food[0]}{/} - {#with :food[1]}{/} - {#with :food[2]}{/} - {#with :food[3]}{/} + {#with :food[0]}{/} + {#with :food[1]}{/} + {#with :food[2]}{/} + {#with :food[3]}{/} - {#with :food[4]}{/} - {#with :food[5]}{/} - {#with :food[6]}{/} - {#with :food[7]}{/} + {#with :food[4]}{/} + {#with :food[5]}{/} + {#with :food[6]}{/} + {#with :food[7]}{/} - {#with :food[8]}{/} - {#with :food[9]}{/} + {#with :food[8]}{/} + {#with :food[9]}{/}
{/} @@ -94,16 +94,6 @@ {/} - - - - - - - -
{.text}
- -