mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
May 2024 Content Prebuild (#15185)
* 2024-05 css update * add May subscriber items, enchanted armoire (text placeholders), potions, and quest bundles * typo correction * add May achievement * content fixes after local testing * canonical date fix * fix potion descriptions, add periods to background descriptions * fix canonical date * updated armoire items * fix stat display on item * Fixing merge conflicts * resolve merge conflicts * add leading zero to mp drain for mushroom quest * fix timezones * proofreading pass * fix linting errors * date fixes & linter fixes * correct armoire expression at end of file * fix(autolint): roll back Prettier change --------- Co-authored-by: Sabe Jones <sabe@habitica.com>
This commit is contained in:
@@ -40,6 +40,17 @@ const ANIMAL_SET_ACHIEVEMENTS = {
|
||||
achievementKey: 'bonelessBoss',
|
||||
notificationType: 'ACHIEVEMENT_ANIMAL_SET',
|
||||
},
|
||||
cats: {
|
||||
type: 'pet',
|
||||
species: [
|
||||
'Cheetah',
|
||||
'LionCub',
|
||||
'Sabretooth',
|
||||
'TigerCub',
|
||||
],
|
||||
achievementKey: 'cats',
|
||||
notificationType: 'ACHIEVEMENT_ANIMAL_SET',
|
||||
},
|
||||
dinosaurDynasty: {
|
||||
type: 'pet',
|
||||
species: [
|
||||
|
||||
Reference in New Issue
Block a user