Commit 59e49bbb authored by mercury233's avatar mercury233 Committed by GitHub

fix 凶導の福音

parent f63dfeb0
...@@ -17,6 +17,7 @@ function c31002402.mfilter(c) ...@@ -17,6 +17,7 @@ function c31002402.mfilter(c)
return c:GetLevel()>0 and c:IsType(TYPE_MONSTER) and c:IsAbleToGrave() return c:GetLevel()>0 and c:IsType(TYPE_MONSTER) and c:IsAbleToGrave()
end end
function c31002402.rfilter2(c,e,tp,m1) function c31002402.rfilter2(c,e,tp,m1)
if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 then return false end
if bit.band(c:GetType(),0x81)~=0x81 or not c:IsSetCard(0x145) if bit.band(c:GetType(),0x81)~=0x81 or not c:IsSetCard(0x145)
or not c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_RITUAL,tp,false,true) then return false end or not c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_RITUAL,tp,false,true) then return false end
local mg=m1:Filter(Card.IsCanBeRitualMaterial,c,c) local mg=m1:Filter(Card.IsCanBeRitualMaterial,c,c)
......
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