Merge pull request #71 from JasonGross/greener->bluer

Tasks get blue when you do them often, and the text for Pickpocket should reflect this
This commit is contained in:
Tyler Renelle 2014-01-02 20:20:11 -08:00
commit 0e6f352e70

View file

@ -10147,7 +10147,7 @@ var global=self;/**
mana: 10,
lvl: 11,
target: 'task',
notes: "Your nimble fingers run through the task's pockets and find some treasures for yourself. You gain an increased gold bonus on the task, higher yet the 'fatter' (greener) your task.",
notes: "Your nimble fingers run through the task's pockets and find some treasures for yourself. You gain an increased gold bonus on the task, higher yet the 'fatter' (bluer) your task.",
cast: function(user, target) {
return user.stats.gp += (target.value < 0 ? 1 : target.value + 1) + user._statsComputed.per * .075;
}
@ -12327,4 +12327,4 @@ var process=require("__browserify_process");(function() {
},{"./content.coffee":5,"__browserify_process":2,"lodash":3,"moment":4}]},{},[1])
;
;