mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-31 19:20:25 +00:00
achievements: add "Helped Habit Grow" badge, including bailey notify
This commit is contained in:
parent
3d6dafb368
commit
89160919f4
2 changed files with 11 additions and 0 deletions
|
|
@ -14,6 +14,12 @@
|
|||
<hr/>
|
||||
|
||||
<p>
|
||||
<h4>5/27/2013</h4>
|
||||
<ul>
|
||||
<li>Get the "Helped Habit Grow" badge by <a href="http://community.habitrpg.com/node/290" target="_blank">filling out this survey.</a></li>
|
||||
<li><a href="http://habitrpg.tumblr.com/post/51476277225/upcoming-features-bugs-update-user-survey" target="_blank">New blog post</a> about upcoming Guilds & Challenges features, & huge bug-fixes on the horizon.</li>
|
||||
</ul>
|
||||
|
||||
<h4>5/25/2013</h4>
|
||||
<ul>
|
||||
<li>Code logic migrated to <a target="_blank" href="https://github.com/habitrpg/habitrpg-shared">habitrpg-shared</a>. See <a target="_blank" href="https://github.com/lefnire/habitrpg/issues/1039">details here</a>, but two takeaways: (1) keep an eye out and <a href="http://community.habitrpg.com/content/submitting-bugs" target="_blank">report a problem</a> if you experience any issues, (2) this is going to allow for much less buggy code (read previous link for reasoning).</li>
|
||||
|
|
|
|||
|
|
@ -246,6 +246,11 @@
|
|||
<small>Has found all 90 pets (insanely difficult, give this user props!)</small>
|
||||
</app:avatar:achievement>
|
||||
|
||||
<app:avatar:achievement unlocked={@profile.achievements.helpedHabit} classes='achievement-tree' unlockable=true profile={@profile}>
|
||||
<h5>Helped Habit Grow</h5>
|
||||
<small>Has helped HabitRPG grow by filling out <a href="http://community.habitrpg.com/node/290" target="_blank">this survey.</a></small>
|
||||
</app:avatar:achievement>
|
||||
|
||||
</div>
|
||||
|
||||
<achievement: nonvoid>
|
||||
|
|
|
|||
Loading…
Reference in a new issue