diff --git a/game/modules/tome/data/general/objects/digger.lua b/game/modules/tome/data/general/objects/digger.lua index 559b3018dce9f6654df255dac4063cd63a31f61e..685507c3938c78b3a60c95f56ccef13227b01b21 100644 --- a/game/modules/tome/data/general/objects/digger.lua +++ b/game/modules/tome/data/general/objects/digger.lua @@ -36,7 +36,7 @@ newEntity{ local wait = function() local co = coroutine.running() local ok = false - who:restInit(self.digspeed, "digging", "digged", function(cnt, max) + who:restInit(self.digspeed, "digging", "dug", function(cnt, max) if cnt > max then ok = true end coroutine.resume(co) end) diff --git a/game/modules/tome/data/talents/gifts/antimagic.lua b/game/modules/tome/data/talents/gifts/antimagic.lua index 27c2ca36fe5ff872cfeedc771816b77cc946dc99..8c2c0485e09ed66a24a10c72984079ffc72e09f0 100644 --- a/game/modules/tome/data/talents/gifts/antimagic.lua +++ b/game/modules/tome/data/talents/gifts/antimagic.lua @@ -38,7 +38,7 @@ newTalent{ info = function(self, t) return ([[You stand in the way of magical damage. That which does not kill you makes you stronger. Each time you are hit by a magical damage you get a %d%% resistance to this elemental for 7 turns. - If antimagic shiled is not active you also absorb part of the impact and use it to fuel your own powers, decreasing your equilibrium by %d and increasing your stamina by %d. + If antimagic shield is not active you also absorb part of the impact and use it to fuel your own powers, decreasing your equilibrium by %d and increasing your stamina by %d. The effect will increase with your Willpower stat.]]): format( self:combatTalentMindDamage(t, 10, 40),