From b428a054e4c768adccd023966ed0ba59ea03ab03 Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Thu, 27 Dec 2012 09:25:06 +0000
Subject: [PATCH] Damage Smearing description doesnt say it takes no turn,
 since the metadata shows it

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

diff --git a/game/modules/tome/data/talents/chronomancy/temporal-combat.lua b/game/modules/tome/data/talents/chronomancy/temporal-combat.lua
index ea784f06ea..96ed70e686 100644
--- a/game/modules/tome/data/talents/chronomancy/temporal-combat.lua
+++ b/game/modules/tome/data/talents/chronomancy/temporal-combat.lua
@@ -121,6 +121,6 @@ newTalent{
 	info = function(self, t)
 		local duration = t.getDuration(self, t)
 		return ([[For the next %d turns, you convert all non-temporal damage you receive into temporal damage spread out over six turns.
-		This spell takes no time to cast, and the duration will scale with your Paradox.]]):format (duration)
+		The duration will scale with your Paradox.]]):format (duration)
 	end,
 }
-- 
GitLab