Skip to content
Snippets Groups Projects
Commit 2ed68b96 authored by Eric Wykoff's avatar Eric Wykoff
Browse files

Fixed Twist Fate

parent 93e8d735
No related branches found
No related tags found
No related merge requests found
......@@ -2768,7 +2768,11 @@ newEffect{
self:removeParticles(eff.particle2)
if not game.zone.wilderness and not self.dead then
if not eff.twisted then
self:forceUseTalent(eff.talent, {force_target=self})
self:forceUseTalent(eff.talent, {force_target=self, ignore_energy=true})
-- manually use energy
local anom = self:getTalentFromId(eff.talent)
self:useEnergy(self:getTalentSpeed(anom) * game.energy_to_act)
game:playSoundNear(self, "talents/dispel")
self:incParadox(-eff.paradox)
end
......
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