[1.4.5] Pinning Shot

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
ibanix
Wyrmic
Posts: 244
Joined: Thu May 23, 2013 12:25 am

[1.4.5] Pinning Shot

#1 Post by ibanix »

For once, not an Embers bug! I also suspect this 'bug' has been around for a while.

Pinning Shot says in description: "The pinning chance increases with your Dexterity."

In reality:

archery_onhit = function(self, t, target, x, y)
if target:canBe("pin") then
target:setEffect(target.EFF_PINNED, t.getDur(self, t), {apply_power=self:combatAttack()})

combatAttack is accuracy, unless I'm way off, so the description should say Accuracy, not Dexterity.
Please help with the ToME wiki!

Post Reply