mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
Added logic so triad bingo only appears in achievements after mount
master has been reached
This commit is contained in:
parent
cbdd30b25f
commit
cecb2792e0
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ div(ng-if='profile.achievements.mountMaster || (profile.achievements.beastMaster
|
|||
=env.t('mountMasterText2', {count: "{{profile.achievements.mountMasterCount}}"})
|
||||
hr
|
||||
|
||||
div(ng-if='profile.achievements.triadBingo || user._id == profile._id')
|
||||
div(ng-if='profile.achievements.triadBingo || (profile.achievements.mountMaster && user._id == profile._id)')
|
||||
.achievement.achievement-wolf(ng-show='profile.achievements.triadBingo')
|
||||
div(ng-class='{muted: !profile.achievements.triadBingo}')
|
||||
h5=env.t('triadBingoName')
|
||||
|
|
|
|||
Loading…
Reference in a new issue