From 5877b716b2d96c32122a036d15e95ef4ec327846 Mon Sep 17 00:00:00 2001 From: Eric Wykoff <ericwykoff@yahoo.com> Date: Wed, 21 Jan 2015 11:28:58 -0600 Subject: [PATCH] typo --- game/modules/tome/data/talents/chronomancy/gravity.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/data/talents/chronomancy/gravity.lua b/game/modules/tome/data/talents/chronomancy/gravity.lua index 466eb505e2..5d29cbdf24 100644 --- a/game/modules/tome/data/talents/chronomancy/gravity.lua +++ b/game/modules/tome/data/talents/chronomancy/gravity.lua @@ -262,7 +262,7 @@ newTalent{ local duration = t.getDuration(self, t) local radius = self:getTalentRadius(t) local slow = t.getSlow(self, t) - return ([[Increases local gravity in a radius of %d for %d turns, dealing %0.2f physical (gravity) damage as well as decreasing the global speed speed of all affected targets by %d%%. + return ([[Increases local gravity in a radius of %d for %d turns, dealing %0.2f physical (gravity) damage as well as decreasing the global speed of all affected targets by %d%%. The damage done will scale with your Spellpower.]]):format(radius, duration, damDesc(self, DamageType.PHYSICAL, damage), slow*100) end, } -- GitLab