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

Hydra's Grand Arrival does not also applies ritch's one

git-svn-id: http://svn.net-core.org/repos/t-engine4@4856 51575b47-30f0-44d4-a5cc-537603b46e54
parent 900d7526
No related branches found
No related tags found
No related merge requests found
...@@ -324,7 +324,6 @@ newTalent{ ...@@ -324,7 +324,6 @@ newTalent{
end, end,
on_arrival = function(self, t, m) on_arrival = function(self, t, m)
local tg = {type="ball", range=self:getTalentRange(t), radius=self:getTalentRadius(t), talent=t, x=m.x, y=m.y} local tg = {type="ball", range=self:getTalentRange(t), radius=self:getTalentRadius(t), talent=t, x=m.x, y=m.y}
self:project(tg, m.x, m.y, DamageType.TEMP_EFFECT, {foes=true, eff=self.EFF_LOWER_FIRE_RESIST, dur=4+self:getTalentLevelRaw(t), p={power=self:combatTalentMindDamage(t, 15, 70)}}, {type="flame"})
game.level.map:addEffect(self, game.level.map:addEffect(self,
m.x, m.y, 6, m.x, m.y, 6,
DamageType.POISON, {dam=self:combatTalentMindDamage(t, 10, 40), apply_power=self:combatMindpower()}, DamageType.POISON, {dam=self:combatTalentMindDamage(t, 10, 40), apply_power=self:combatMindpower()},
......
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