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

Aether Beam now has a chance to not be disarmed

parent fe57086a
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,8 @@ newTalent{
combatSpellpower = function(self) return self.summoner:combatSpellpower() end,
rad = 3,
energy = {value=0, mod=16},
detect_power = self:combatSpellpower() / 2,
disarm_power = self:combatSpellpower() / 2,
on_added = function(self, level, x, y)
self.x, self.y = x, y
local tries = {}
......
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