mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-05 02:19:10 +00:00
Updated Starting Tasks, Mk 2
Quickedit to clarify first task.
This commit is contained in:
parent
f044e9cbb1
commit
bee95205f4
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ module.exports =
|
|||
|
||||
repeat = {m:true,t:true,w:true,th:true,f:true,s:true,su:true}
|
||||
defaultTasks = [
|
||||
{type: 'habit', text: '1h Productive Work', notes: 'When you create a new habit, you will be able to click whether you want it have positive or negative attributes. For some Habits, like this one, it only makes sense to *gain* points.', value: 0, up: true, down: false }
|
||||
{type: 'habit', text: '1h Productive Work', notes: 'When you create a new Habit, you can click the Edit icon and choose for it to represent a positive habit, a negative habit, or both. For some Habits, like this one, it only makes sense to gain points.', value: 0, up: true, down: false }
|
||||
{type: 'habit', text: 'Eat Junk Food', notes: 'For others, it only makes sense to *lose* points.', value: 0, up: false, down: true}
|
||||
{type: 'habit', text: 'Take The Stairs', notes: 'For the rest, both + and - make sense (stairs = gain, elevator = lose).', value: 0, up: true, down: true}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue