Commit 77b57af5 authored by mercury233's avatar mercury233 Committed by GitHub

fix 断罪の呪眼

parent 7cb86bbc
...@@ -23,7 +23,8 @@ function c79383919.filter(c) ...@@ -23,7 +23,8 @@ function c79383919.filter(c)
end end
function c79383919.target(e,tp,eg,ep,ev,re,r,rp,chk) function c79383919.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true end
if Duel.IsExistingMatchingCard(c79383919.filter,tp,LOCATION_SZONE,0,1,nil) then if e:IsHasType(EFFECT_TYPE_ACTIVATE)
and Duel.IsExistingMatchingCard(c79383919.filter,tp,LOCATION_SZONE,0,1,nil) then
e:SetProperty(EFFECT_FLAG_CANNOT_INACTIVATE+EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_CANNOT_NEGATE) e:SetProperty(EFFECT_FLAG_CANNOT_INACTIVATE+EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_CANNOT_NEGATE)
else else
e:SetProperty(0) e:SetProperty(0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment