mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 07:21:15 +00:00
#2245 fix tour wording from 1.5% => 50% class stat bonus
This commit is contained in:
parent
3b3b0e6915
commit
53aa0bba59
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ angular.module('guideServices', []).
|
|||
}),
|
||||
element: '.equipment-tab',
|
||||
title: "Class Gear",
|
||||
content: "First: don't panic! Your old gear is in your inventory, and you're now wearing your apprentice <strong>" + User.user.stats.class + "</strong> equipment. Wearing your class's gear grants you a 1.5% bonus to stats. However, feel free to switch back to your old gear."
|
||||
content: "First: don't panic! Your old gear is in your inventory, and you're now wearing your apprentice <strong>" + User.user.stats.class + "</strong> equipment. Wearing your class's gear grants you a 50% bonus to stats. However, feel free to switch back to your old gear."
|
||||
},
|
||||
{
|
||||
path: '/#/options/profile/stats',
|
||||
|
|
|
|||
Loading…
Reference in a new issue