From 2db03da7b4d5c2bcd75c08b02cc653954021c2b8 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Mon, 30 Sep 2019 13:24:32 -0500 Subject: [PATCH] fix(quests): remove outdated items from shop Also Bailey news --- website/common/script/content/quests.js | 4 ++-- website/server/controllers/api-v3/news.js | 24 +++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/website/common/script/content/quests.js b/website/common/script/content/quests.js index e325ec40e7..00605f500b 100644 --- a/website/common/script/content/quests.js +++ b/website/common/script/content/quests.js @@ -257,7 +257,7 @@ let quests = { }, evilsanta: { canBuy () { - return true; + return false; }, text: t('questEvilSantaText'), notes: t('questEvilSantaNotes'), @@ -283,7 +283,7 @@ let quests = { }, evilsanta2: { canBuy () { - return true; + return false; }, text: t('questEvilSanta2Text'), notes: t('questEvilSanta2Notes'), diff --git a/website/server/controllers/api-v3/news.js b/website/server/controllers/api-v3/news.js index 9a1f194b52..7f214dedda 100644 --- a/website/server/controllers/api-v3/news.js +++ b/website/server/controllers/api-v3/news.js @@ -3,7 +3,7 @@ import { authWithHeaders } from '../../middlewares/auth'; let api = {}; // @TODO export this const, cannot export it from here because only routes are exported from controllers -const LAST_ANNOUNCEMENT_TITLE = 'NEW AND RERELEASED HATCHING POTIONS! PLUS BLOG UPDATES'; +const LAST_ANNOUNCEMENT_TITLE = 'LAST CHANCE FOR SEPTEMBER ITEMS'; const worldDmg = { // @TODO bailey: false, }; @@ -30,20 +30,20 @@ api.getNews = {

${res.t('newStuff')}

-

9/26/2019 - ${LAST_ANNOUNCEMENT_TITLE}

+

9/30/2019 - ${LAST_ANNOUNCEMENT_TITLE}


-
-

New Shadow Magic Hatching Potions, Plus the Return of Spooky and Glow-in-the-Dark Potions!

-

There's a new pet breed in town! Between now and October 31st, you can buy Magic Hatching Potions from the Market and use them to hatch any standard pet egg. (Magic Hatching Potions do not work on Quest Pet eggs.) Magic Potion Pets aren't picky, so they'll happily eat any kind of food that you feed them!

-

For this Gala, we've brought back Glow-in-the-Dark Potions and Spooky Potions, and added a brand-new potion: Shadow!

-

After they're gone, it will be at least a year before these Hatching Potions are available again, so be sure to get them now!

-
by Lemoness, QuartzFox, AaronTheTwin, tricksy.fox, and SabreCat
-
-

Blog Post: Mage

-

This month's featured Wiki article is about the Mage Class! We hope that it will help you as you choose the best class for your Habitica play style. Be sure to check it out, and let us know what you think by reaching out on Twitter, Tumblr, and Facebook.

-
by shanaqui and the Wiki Wizards
+
+

Last Chance for Affable Acorn Set

+

Reminder: this is the final day to subscribe and receive the Affable Acorn Set! Subscribing also lets you buy Gems for Gold. The longer your subscription, the more Gems you get!

+

Thanks so much for your support! You help keep Habitica running.

+
by Beffymaroo
+
+

Last Chance for Rocking Reptiles Quest Bundle

+

This is also the final day to buy the discounted Rocking Reptiles Pet Quest Bundle, featuring the Alligator, Snake, and Velociraptor quests all for seven gems! Be sure to get your claws on it before it slithers away from the Quest Shop!

+
Art by Gully, Willow The Witty, mfonda, UncommonCriminal, tabbytoes, EmeraldOx, LordDarkly, PainterProphet, Seraphina, Anna Glassman, Procyon, and Lilith of Alfheim
+
Writing by Mike.Antonacci, lilackbar, Daniel The Bard, and felipena
`, });