Skip to content
Snippets Groups Projects
Commit 8f44aad2 authored by DarkGod's avatar DarkGod
Browse files

fix

parent 61b5ba66
No related branches found
No related tags found
No related merge requests found
......@@ -335,7 +335,7 @@ newTalent {
self:incStamina(-stam_cost) -- Note: force_talent_ignore_ressources has no effect on this
local reduce = t.getReduction(self, t)*dam
src:logCombat(self, "#FIREBRICK##Target# reacts to %s from #Source#, mitigating the blow!#LAST#.", is_attk and "an attack" or "damage")
if src.logCombat then src:logCombat(self, "#FIREBRICK##Target# reacts to %s from #Source#, mitigating the blow!#LAST#.", is_attk and "an attack" or "damage") end
dam = dam - reduce
print("[PROJECTOR] dam after callbackOnTakeDamage", t.id, dam)
local stam_txt = stam_cost > 0 and (" #ffcc80#to %d stam#LAST#"):format(stam_cost) or ""
......
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