mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
Tasks get blue when you do them often, not green.
I believe the sequence is red -> yellow -> green -> blue. The text for 'Pickpocket' now reflects this slightly better, I believe.
This commit is contained in:
parent
604c8ab7b2
commit
3fbb454886
1 changed files with 2 additions and 2 deletions
4
dist/habitrpg-shared.js
vendored
4
dist/habitrpg-shared.js
vendored
|
|
@ -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;
|
||||
}
|
||||
|
|
@ -12318,4 +12318,4 @@ var process=require("__browserify_process");(function() {
|
|||
|
||||
|
||||
},{"./content.coffee":5,"__browserify_process":2,"lodash":3,"moment":4}]},{},[1])
|
||||
;
|
||||
;
|
||||
|
|
|
|||
Loading…
Reference in a new issue