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

typo

git-svn-id: http://svn.net-core.org/repos/t-engine4@6545 51575b47-30f0-44d4-a5cc-537603b46e54
parent 54b587c8
No related branches found
No related tags found
No related merge requests found
......@@ -1843,7 +1843,7 @@ newDamageType{
}
newDamageType{
name = "nurishing moss", type = "NURISHING_MOSS",
name = "nourishing moss", type = "NOURISHING_MOSS",
projector = function(src, x, y, type, dam)
local target = game.level.map(x, y, Map.ACTOR)
if target and src:reactionToward(target) < 0 then
......
......@@ -76,7 +76,7 @@ newTalent{
}
newTalent{
name = "Nurishing Moss",
name = "Nourishing Moss",
type = {"wild-gift/moss", 2},
require = gifts_req2,
points = 5,
......@@ -98,7 +98,7 @@ newTalent{
-- Add a lasting map effect
game.level.map:addEffect(self,
self.x, self.y, self:spellCrit(t.getDuration(self, t)),
DamageType.NURISHING_MOSS, {dam=self:mindCrit(t.getDamage(self, t)), factor=t.getHeal(self, t)/100},
DamageType.NOURISHING_MOSS, {dam=self:mindCrit(t.getDamage(self, t)), factor=t.getHeal(self, t)/100},
self:getTalentRadius(t),
5, nil,
{type="moss"},
......
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