From 0eceb042c908643e2b3b8ae2628713ec979352a7 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Thu, 6 Dec 2012 22:44:21 +0000 Subject: [PATCH] fix git-svn-id: http://svn.net-core.org/repos/t-engine4@5971 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/timed_effects/physical.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/data/timed_effects/physical.lua b/game/modules/tome/data/timed_effects/physical.lua index 2065510b9c..e6009f8db2 100644 --- a/game/modules/tome/data/timed_effects/physical.lua +++ b/game/modules/tome/data/timed_effects/physical.lua @@ -806,7 +806,7 @@ newEffect{ newEffect{ name = "CRIPPLE", image = "talents/cripple.png", desc = "Cripple", - long_desc = function(self, eff) return ("The target is crippled, reducing melee, spellcasting and mind speed by %d%%."):format(eff.speed) end, + long_desc = function(self, eff) return ("The target is crippled, reducing melee, spellcasting and mind speed by %d%%."):format(eff.speed*100) end, type = "physical", subtype = { wound=true }, status = "detrimental", -- GitLab