From a50c5aa28d98919a3fa553034b851d4d8c52f020 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Mon, 23 Dec 2019 13:46:26 -0600 Subject: [PATCH 1/2] fix(event): more Santa warning --- website/common/locales/en/questsContent.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/locales/en/questsContent.json b/website/common/locales/en/questsContent.json index 900c8c628b..dddcd4e73d 100644 --- a/website/common/locales/en/questsContent.json +++ b/website/common/locales/en/questsContent.json @@ -650,7 +650,7 @@ "questYarnUnlockText": "Unlocks Yarn Eggs for purchase in the Market", "winterQuestsText": "Winter Quest Bundle", - "winterQuestsNotes": "Contains 'Trapper Santa', 'Find the Cub', and 'The Fowl Frost'. Available until December 31.", + "winterQuestsNotes": "Contains 'Trapper Santa', 'Find the Cub', and 'The Fowl Frost'. Available until December 31. Note that Trapper Santa and Find the Cub have stackable quest achievements but give a rare pet and mount that can only be added to your stable once.", "questPterodactylText": "The Pterror-dactyl", "questPterodactylNotes": "You're taking a stroll along the peaceful Stoïkalm Cliffs when an evil screech rends the air. You turn to find a hideous creature flying towards you and are overcome by a powerful terror. As you turn to flee, @Lilith of Alfheim grabs you. \"Don't panic! It's just a Pterror-dactyl.\"

@Procyon P nods. \"They nest nearby, but they're attracted to the scent of negative Habits and undone Dailies.\"

\"Don't worry,\" @Katy133 says. \"We just need to be extra productive to defeat it!\" You are filled with a renewed sense of purpose and turn to face your foe.", From 726fd843de1cf6652fbe1c48a43166bccf76f741 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Mon, 23 Dec 2019 13:46:36 -0600 Subject: [PATCH 2/2] 4.127.3 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8db97e768e..8b1ad4d882 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "habitica", - "version": "4.127.2", + "version": "4.127.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 482f6fb5de..ad0d5be06f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "habitica", "description": "A habit tracker app which treats your goals like a Role Playing Game.", - "version": "4.127.2", + "version": "4.127.3", "main": "./website/server/index.js", "dependencies": { "@babel/core": "^7.7.5",