From 279e34e311016ce625bd2ee8acfcf9f5323b0ba0 Mon Sep 17 00:00:00 2001
From: otowakotori <806682153@qq.com>
Date: Wed, 2 Dec 2020 23:11:44 +0800
Subject: [PATCH] Blood Clot should affect  Self-Judgment

---
 game/modules/tome/data/talents/cursed/bloodstained.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/data/talents/cursed/bloodstained.lua b/game/modules/tome/data/talents/cursed/bloodstained.lua
index d6da751693..e66b6c6a3d 100644
--- a/game/modules/tome/data/talents/cursed/bloodstained.lua
+++ b/game/modules/tome/data/talents/cursed/bloodstained.lua
@@ -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
-- 
GitLab