mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +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:
@@ -617,6 +617,11 @@ const plannedBackgrounds = {
|
||||
wall_flowering_vines: { },
|
||||
container_garden: { },
|
||||
},
|
||||
backgrounds052024: {
|
||||
dragons_back: { },
|
||||
maypole: { },
|
||||
potters_studio: { },
|
||||
},
|
||||
eventBackgrounds: {
|
||||
birthday_bash: {
|
||||
price: 0,
|
||||
@@ -666,7 +671,8 @@ const releaseDates = {
|
||||
backgrounds012024: '2024-01-04T08:00-05:00',
|
||||
backgrounds022024: '2024-02-06T08:00-05:00',
|
||||
backgrounds032024: '2024-03-05T08:00-05:00',
|
||||
backgrounds042024: '2023-04-04T00:00-04:00',
|
||||
backgrounds042024: '2024-04-04T08:00-04:00',
|
||||
backgrounds052024: '2024-05-07T08:00-04:00',
|
||||
};
|
||||
|
||||
const flat = {};
|
||||
|
||||
Reference in New Issue
Block a user