mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix(birthday): correct birthday robe ownership check
This commit is contained in:
parent
6d62ecdf17
commit
724c710636
1 changed files with 1 additions and 1 deletions
|
|
@ -872,7 +872,7 @@ const armor = {
|
|||
text: t('armorSpecialBirthday2024Text'),
|
||||
notes: t('armorSpecialBirthday2024Notes'),
|
||||
value: 0,
|
||||
canOwn: ownsItem('armor_special_birthday2023'),
|
||||
canOwn: ownsItem('armor_special_birthday2024'),
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue