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

typos

git-svn-id: http://svn.net-core.org/repos/t-engine4@1527 51575b47-30f0-44d4-a5cc-537603b46e54
parent 1f93e2ac
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ newTalent{
getPercent = function(self, t) return 15 + math.floor(self:getTalentLevel(t) * 10) end,
info = function(self, t)
local percent = t.getPercent(self, t)
return ([[The time you have spent supressing the curse has taught you self control. The duration of most non-magical effects are reduced by %d%%.]]):format(percent)
return ([[The time you have spent suppressing the curse has taught you self control. The duration of most non-magical effects are reduced by %d%%.]]):format(percent)
end,
}
......
......@@ -1398,7 +1398,7 @@ newEffect{
type = "mental",
status = "detrimental",
parameters = {},
on_gain = function(self, err) return "#F53CBE##Target# is lost in dispair!", "+Confused" end,
on_gain = function(self, err) return "#F53CBE##Target# is lost in despair!", "+Confused" end,
on_lose = function(self, err) return "#Target# overcomes the gloom", "-Confused" end,
activate = function(self, eff)
eff.particle = self:addParticles(Particles.new("gloom_confused", 1))
......
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