Skip to content
Snippets Groups Projects
Commit 279e34e3 authored by Otowa Kotori's avatar Otowa Kotori
Browse files

Blood Clot should affect Self-Judgment

parent 3c37cbe8
No related branches found
No related tags found
1 merge request!681Misc 1.73 fixes
......@@ -30,7 +30,7 @@ newTalent{
+ self:getTalentLevelRaw(self.T_BLOOD_THIRST))*2, 90)
end,
callbackOnTemporaryEffectAdd = function(self, t, eff_id, e_def, eff)
if e_def.subtype.bleed and e_def.type ~= "other" then
if e_def.subtype.bleed then
local diminishment = t.getDiminishment(self, t)
if eff.dam then
eff.dam = eff.dam * (100-diminishment) / 100
......
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