Skip to content
Snippets Groups Projects
Commit 522e8009 authored by dg's avatar dg
Browse files

typos

git-svn-id: http://svn.net-core.org/repos/t-engine4@1577 51575b47-30f0-44d4-a5cc-537603b46e54
parent fe8ea1fa
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment