Skip to content
Snippets Groups Projects
Commit efff9fd7 authored by dg's avatar dg
Browse files

Gesture of Pain correctly checks stun resistance

git-svn-id: http://svn.net-core.org/repos/t-engine4@6313 51575b47-30f0-44d4-a5cc-537603b46e54
parent 8febc908
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ newTalent{
if hit then
local stunChance = t.getStunChance(self, t)
if rng.percent(stunChance) then
if rng.percent(stunChance) and target:canBe("stun") then
target:setEffect(target.EFF_STUNNED, 3, {apply_power=self:combatMindpower()})
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