From 1ee008aea1bdb75374a84cd8be3ad8466103dfae Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Wed, 27 Mar 2013 11:46:10 -0700 Subject: [PATCH] pets: raise egg cost a tad --- src/app/items.coffee | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/items.coffee b/src/app/items.coffee index 73aad5c922..35412f9e03 100644 --- a/src/app/items.coffee +++ b/src/app/items.coffee @@ -38,16 +38,16 @@ items = module.exports.items = reroll: {type: 'reroll', text: "Re-Roll", classes: 'reroll', notes: "Resets your task values back to 0 (yellow). Useful when everything's red and it's hard to stay alive.", value:0 } pets: [ - {text: 'Wolf', name: 'Wolf', value: 2} - {text: 'Tiger Cub', name: 'TigerCub', value: 2} + {text: 'Wolf', name: 'Wolf', value: 3} + {text: 'Tiger Cub', name: 'TigerCub', value: 3} #{text: 'Polar Bear Cub', name: 'PolarBearCub', value: 3} #commented out because there are no polarbear modifiers yet, special drop? - {text: 'Panda Cub', name: 'PandaCub', value: 2} - {text: 'Lion Cub', name: 'LionCub', value: 2} - {text: 'Fox', name: 'Fox', value: 2} - {text: 'Flying Pig', name: 'FlyingPig', value: 2} - {text: 'Dragon', name: 'Dragon', value: 2} - {text: 'Cactus', name: 'Cactus', value: 2} - {text: 'Bear Cub', name: 'BearCub', value: 2} + {text: 'Panda Cub', name: 'PandaCub', value: 3} + {text: 'Lion Cub', name: 'LionCub', value: 3} + {text: 'Fox', name: 'Fox', value: 3} + {text: 'Flying Pig', name: 'FlyingPig', value: 3} + {text: 'Dragon', name: 'Dragon', value: 3} + {text: 'Cactus', name: 'Cactus', value: 3} + {text: 'Bear Cub', name: 'BearCub', value: 3} ] hatchingPotions: [