From 7797f87fff6b9d709be6dd030f4c110d51a74b68 Mon Sep 17 00:00:00 2001 From: Eric Wykoff <ericwykoff@yahoo.com> Date: Tue, 20 Jan 2015 18:22:30 -0600 Subject: [PATCH] typo --- game/modules/tome/data/talents/chronomancy/matter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/data/talents/chronomancy/matter.lua b/game/modules/tome/data/talents/chronomancy/matter.lua index 14e0bc3295..6ab61475b4 100644 --- a/game/modules/tome/data/talents/chronomancy/matter.lua +++ b/game/modules/tome/data/talents/chronomancy/matter.lua @@ -214,7 +214,7 @@ newTalent{ local radius = self:getTalentRadius(t) return ([[Create a tightly bound matter wall of up to a length of %d that lasts %d turns. If any part of this wall is dug out it will explode, causing targets in a radius of %d to bleed for %0.2f physical damage over six turns.]]) - :format(length, duration, damDesc(self, DamageType.PHYSICAL, damage), radius) + :format(length, duration, radius, damDesc(self, DamageType.PHYSICAL, damage)) end, } -- GitLab