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

fix

parent e4e3ea81
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,7 @@ newTalent{
self:incPsi(psi)
psi = psi * 0.8
if trans then
DamageType:get(DamageType.CONFUSION).projector(self, tx, ty, DamageType.CONFUSION, {power_check=self:combatMindpower(), dam=en, dur=4})
DamageType:get(DamageType.CONFUSION).projector(self, tx, ty, DamageType.CONFUSION, {power_check=self.combatMindpower, dam=en, dur=4})
end
end
DamageType:get(DamageType.LIGHTNING_DAZE).projector(self, tx, ty, DamageType.LIGHTNING_DAZE, {power_check=self:combatMindpower(), dam=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