Skip to content
Snippets Groups Projects
Commit 21322514 authored by DarkGod's avatar DarkGod
Browse files

plopfix

parent 7ad2c499
No related branches found
No related tags found
No related merge requests found
......@@ -152,6 +152,7 @@ newTalent{
dam = forge_damage,
radius = self:getTalentRadius(t),
act = function(self)
local t = self:getTalentFromId(self.T_FORGE_BELLOWS)
local tg = {type="ball", range=0, friendlyfire=false, radius = 1, talent=t, x=self.x, y=self.y,}
self.summoner.__project_source = self
self.summoner:project(tg, self.x, self.y, engine.DamageType.DREAMFORGE, self.dam)
......
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