From 3d460edf83172b1de8f291b105cb96d65b5460a6 Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Wed, 9 Jan 2013 23:48:27 +0000
Subject: [PATCH] Hide In Plain SIght correctly state it takes no turn

git-svn-id: http://svn.net-core.org/repos/t-engine4@6338 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/data/talents/cunning/stealth.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/data/talents/cunning/stealth.lua b/game/modules/tome/data/talents/cunning/stealth.lua
index de525f6568..665729e648 100644
--- a/game/modules/tome/data/talents/cunning/stealth.lua
+++ b/game/modules/tome/data/talents/cunning/stealth.lua
@@ -102,7 +102,7 @@ newTalent{
 	name = "Hide in Plain Sight",
 	type = {"cunning/stealth",3},
 	require = cuns_req3,
-	no_energy = "fake",
+	no_energy = true,
 	points = 5,
 	stamina = 20,
 	cooldown = 40,
-- 
GitLab