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

Fix Shatter

git-svn-id: http://svn.net-core.org/repos/t-engine4@1463 51575b47-30f0-44d4-a5cc-537603b46e54
parent b98fbd77
No related branches found
No related tags found
No related merge requests found
......@@ -107,8 +107,8 @@ newTalent{
if act.rank == 2 then add_crit = 50
elseif act.rank == 3 then add_crit = 10 end
local tg = {type="hit", friendlyfire=false, talent=t}
local grids = self:project(tg, act.x, act.y, DamageType.COLD, {dur=8, initial=0, dam=self:spellCrit(self:combatTalentSpellDamage(t, 10, 180), add_crit)})
game.level.map:particleEmitter(act.x, act.y, tg.radius, "ball_fire", {radius=1})
local grids = self:project(tg, act.x, act.y, DamageType.COLD, self:spellCrit(self:combatTalentSpellDamage(t, 10, 180), add_crit))
game.level.map:particleEmitter(act.x, act.y, tg.radius, "ball_ice", {radius=1})
end
max = max - 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