From 8283eca0d49d89a4c63f9e2e80296d447a9b4862 Mon Sep 17 00:00:00 2001 From: Xatres Date: Sun, 8 Dec 2013 09:54:36 -0500 Subject: [PATCH] Updated Beginner's Tour, Mk 4 Added link to HabitRPG wiki. --- public/js/services/guideServices.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/services/guideServices.js b/public/js/services/guideServices.js index 438cb9112e..c876f0aa04 100644 --- a/public/js/services/guideServices.js +++ b/public/js/services/guideServices.js @@ -69,7 +69,7 @@ angular.module('guideServices', []). }, { element: "ul.habits li:first-child", title: "Unlock New Features", - content: "That's all you need to know for now, but I'll be back as you level up to let you know about new features you've unlocked. Each new feature will give you more incentives to accomplish your goals. Find out more at the HabitRPG Wiki or let yourself be surprised. Good luck!", + content: "That's all you need to know for now, but I'll be back as you level up to let you know about new features you've unlocked. Each new feature will give you more incentives to accomplish your goals. Find out more at the HabitRPG Wiki or let yourself be surprised. Good luck!", placement: "right" } ];