From 5f9bb319ed4d75957fc8e9dd6d69a6e8fd55d018 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Wed, 5 Dec 2012 09:24:12 -0800 Subject: [PATCH] small change --- src/app/content.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/content.coffee b/src/app/content.coffee index 78aa2b7adc..b3eed09e94 100644 --- a/src/app/content.coffee +++ b/src/app/content.coffee @@ -7,7 +7,7 @@ module.exports = {type: 'daily', text: 'Exercise', notes: "If you are doing well, they turn green and are less valuable (experience, gold) and less damaging (HP). This means you can ease up on them for a bit.", value: 3, completed: false } {type: 'daily', text: '45m Reading', notes: 'But if you are doing poorly, they turn red. The worse you do, the more valuable (exp, gold) and more damaging (HP) these goals become. This encourages you to focus on your shortcomings, the reds.', value: -10, completed: false } {type: 'todo', text: 'Call Mom', notes: "-- Todos: Complete Eventually --\nNon-completed Todos won't hurt you, but they will become more valuable over time. This will encourage you to wrap up stale Todos.", value: -3, completed: false } - {type: 'reward', text: '1 Episode of Game of Thrones', notes: '# Rewards: Treat Yourself!\nAs you complete goals, you earn gold to buy rewards. Buy them liberally - rewards are integral in forming good habits.', value: 20 } + {type: 'reward', text: '1 Episode of Game of Thrones', notes: '-- Rewards: Treat Yourself! --\nAs you complete goals, you earn gold to buy rewards. Buy them liberally - rewards are integral in forming good habits.', value: 20 } {type: 'reward', text: 'Cake', notes: 'But only buy if you have enough gold - you lose HP otherwise.', value: 10 } ]