[Ember 1.0.3] Arcane Shield not triggering with HealingSalve

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Relic
Halfling
Posts: 114
Joined: Mon Dec 13, 2004 4:48 pm

[Ember 1.0.3] Arcane Shield not triggering with HealingSalve

#1 Post by Relic »

Arcane Shield talent says it triggers on a direct heal. Tinker Healing Salve heals ### health just like the healing inscriptions. The Tinker Healing Salve didn't trigger arcane shield to make a shield as the talent describes.

Effigy
Uruivellas
Posts: 970
Joined: Fri Oct 10, 2014 4:00 pm

Re: [Ember 1.0.3] Arcane Shield not triggering with HealingS

#2 Post by Effigy »

I wonder if it's related to this bit from /data/general/objects/tinkers/therapeutics.lua:line 36

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)
I don't know what the difference is between "self" and "who" in this context, but maybe allow_on_heal should be getting set on who instead of self.

HousePet
Perspiring Physicist
Posts: 6215
Joined: Sun Sep 09, 2012 7:43 am

Re: [Ember 1.0.3] Arcane Shield not triggering with HealingS

#3 Post by HousePet »

Yep, that is wrong.
My feedback meter decays into coding. Give me feedback and I make mods.

Stuntofthelitter
Spiderkin
Posts: 574
Joined: Sun May 12, 2013 7:00 am

Re: [Ember 1.0.3] Arcane Shield not triggering with HealingS

#4 Post by Stuntofthelitter »

Yup, that's it. I fixed it a week or so ago when the revelation came up.
<astralInferno> poor stunt
<astralInferno> you suffer so that others may suffer in the intended way

Have a save in need of fixing? Open a ticket, send me a copy of your save: http://www.te4support.org/

Zeyphor
Archmage
Posts: 400
Joined: Fri Jan 04, 2013 3:20 am

Re: [Ember 1.0.3] Arcane Shield not triggering with HealingS

#5 Post by Zeyphor »

Stuntofthelitter wrote:Yup, that's it. I fixed it a week or so ago when the revelation came up.
was the comparable bug with fungal growth fixed too?

Stuntofthelitter
Spiderkin
Posts: 574
Joined: Sun May 12, 2013 7:00 am

Re: [Ember 1.0.3] Arcane Shield not triggering with HealingS

#6 Post by Stuntofthelitter »

Not a problem with either fungal growth or arcane shield, but an issue in what the salve was doing. So yes, it will correct the issue in both cases.
<astralInferno> poor stunt
<astralInferno> you suffer so that others may suffer in the intended way

Have a save in need of fixing? Open a ticket, send me a copy of your save: http://www.te4support.org/

Post Reply