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

making crash jokes when you made a fully untested change .. not cool housepet ! :)

parent cda00943
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,8 @@ newTalent{
self:project(tg, x, y, function(px, py)
DamageType:get(DamageType.PHYSICAL).projector(self, px, py, DamageType.PHYSICAL, dam)
local act = game.level.map(px, py, Map.ACTOR)
if not act then return end
act:setEffect(act.EFF_OFFBALANCE, 2, {apply_power=self:combatMindpower()})
if self:hasEffect(self.EFF_TRANSCENDENT_TELEKINESIS) then
local act = game.level.map(px, py, engine.Map.ACTOR)
......
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