[1.4.8] Tinker inconsistencies

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
ghostbuster
Uruivellas
Posts: 617
Joined: Mon Oct 09, 2006 7:47 pm

[1.4.8] Tinker inconsistencies

#1 Post by ghostbuster »

I noticed a couple of bugs or inconsistencies if the tinker classes.

1/ I wanted to experiment in an antimagic saw butcher, until I noticed that healing salve do not trigger on_heal effects (which is rather disappointing for fungus). This is surprising, as the code indicates the contrary, but I double checked this behavior on an adventurer with aegis/shielding.

Code for healing salve:

Code: Select all

...
 resolvers.medical_salves("heal %d", 15, function(self, who)
                self:attr("allow_on_heal", 1)
                who:heal(self:getCharmPower(who), who)
                self:attr("allow_on_heal", -1)
...
2/ Steamsaws are not considered as dual wielded weapons for the windblade prodigy. Also surprising as they allow the use of dual techniques on an adventurer.

Post Reply