From 897f1aabf1a22f54a5c63711f152b18450e7f866 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Fri, 29 Oct 2010 15:57:32 +0000 Subject: [PATCH] The game should slow down a bit less while saving git-svn-id: http://svn.net-core.org/repos/t-engine4@1694 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/talents/spells/divination.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/game/modules/tome/data/talents/spells/divination.lua b/game/modules/tome/data/talents/spells/divination.lua index d5d217cee8..544f396bc0 100644 --- a/game/modules/tome/data/talents/spells/divination.lua +++ b/game/modules/tome/data/talents/spells/divination.lua @@ -73,8 +73,7 @@ newTalent{ Casting the eye does not take a turn. Only one arcane eye can exist at any given time. At level 5 its vision can see through invisibility, stealth and all other sight affecting effects. - ]]): - format(math.floor(10 + self:getTalentLevel(t) * 3), math.floor(4 + self:getTalentLevel(t) * 3)) + ]]):format(math.floor(10 + self:getTalentLevel(t) * 3), math.floor(4 + self:getTalentLevel(t) * 3)) end, } -- GitLab