From e090e0430df93600291d79dbaf0f72e993bec134 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Sat, 1 Feb 2014 07:39:21 -0800 Subject: [PATCH] feat(winter): remove WWE scrolls --- script/content.coffee | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script/content.coffee b/script/content.coffee index 928cdbdc42..bb3cb02661 100644 --- a/script/content.coffee +++ b/script/content.coffee @@ -564,6 +564,7 @@ _.each api.food, (food,key) -> api.quests = evilsanta: + canBuy:false text: "Trapper Santa" # title of the quest (eg, Deep into Vice's Layer) notes: "You hear bemoaned roars deep in the icefields. You follow the roars and growls - punctuated by another voice's cackling - to a clearing in the woods where you see a fully-grown polar bear. She's caged and shackled, roaring for life. Dancing atop the the cage is a malicious little imp wearing castaway Christmas costumes. Vanquish Trapper Santa, and save the beast!" completion: "Trapper Santa squeals in anger, and bounces off into the night. A grateful she-bear, through roars and growls, tries to tell you something. You take her back to the stables, where Matt Boch the whisperer listens to her tale with a gasp of horror. She has a cub! He ran off into the icefields when mama bear was captured. Help her find her baby!" @@ -581,6 +582,7 @@ api.quests = exp: 100 # Exp bonus from defeating the boss evilsanta2: + canBuy:false text: "Find The Cub" notes: "Mama bear's cub had run off into the icefields when she was captured by the trapper. At the edge of the woods, she sniffs the air. You hear twig-snaps and snow crunch through the crystaline sound of the forest. Paw prints! You both start racing to follow the trail. Find all the prints and broken twigs, and retrieve her cub!" completion: "You've found the cub! Mama and baby bear couldn't be more grateful. As a token, they've decided to keep you company till the end of days." @@ -668,7 +670,7 @@ api.quests = _.each api.quests, (v,key) -> - _.defaults v, {key} + _.defaults v, {key,canBuy:true} repeat = {m:true,t:true,w:true,th:true,f:true,s:true,su:true} api.userDefaults =