Commit d2bf281d authored by Nemo Ma's avatar Nemo Ma

fix

parent 6daccee8
...@@ -55,7 +55,7 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -55,7 +55,7 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function cm.filter(c,e,tp) function cm.filter(c,e,tp)
return c:IsLocation(LOCATION_GRAVE) and c:IsControler(tp) and bit.band(c:GetReason(),0x41)==0x41 and not c:IsSetCard(0x353e) and c:IsCanBeEffectTarget(e) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsLocation(LOCATION_GRAVE) and c:IsControler(tp) and bit.band(c:GetReason(),0x41)==0x41 and c:IsRace(RACE_FIEND) and not c:IsSetCard(0x353e) and c:IsCanBeEffectTarget(e) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end end
function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chkc then return eg:IsContains(chkc) and cm.filter(chkc,e,tp) end if chkc then return eg:IsContains(chkc) and cm.filter(chkc,e,tp) end
......
...@@ -18,7 +18,7 @@ function c98921007.initial_effect(c) ...@@ -18,7 +18,7 @@ function c98921007.initial_effect(c)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetProperty(EFFECT_FLAG_DELAY) e2:SetProperty(EFFECT_FLAG_DELAY)
e2:SetCode(EVENT_DESTROYED) e2:SetCode(EVENT_DESTROYED)
e2:SetCountLimit(1,80801744) e2:SetCountLimit(1,98922007)
e2:SetCondition(c98921007.spcon) e2:SetCondition(c98921007.spcon)
e2:SetTarget(c98921007.sptg) e2:SetTarget(c98921007.sptg)
e2:SetOperation(c98921007.spop) e2:SetOperation(c98921007.spop)
......
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