Commit 7c68a5ce authored by wyykak's avatar wyykak

fix 24061

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 49b37e01
......@@ -18,8 +18,7 @@ function c24061.filter(c,e,tp)
return c:IsCode(24062) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and not c:IsHasEffect(EFFECT_NECRO_VALLEY)
end
function c24061.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Nef.IsDate(-1,6,1) and not Duel.IsExistingMatchingCard(aux.TRUE,tp,LOCATION_MZONE,0,1,e:GetHandler())
and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and Duel.IsExistingMatchingCard(c24061.filter,tp,LOCATION_GRAVE+LOCATION_DECK,0,1,nil,e,tp) end
if chk==0 then return Nef.IsDate(-1,6,1) and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and Duel.IsExistingMatchingCard(c24061.filter,tp,LOCATION_GRAVE+LOCATION_DECK,0,1,nil,e,tp) end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_GRAVE+LOCATION_DECK)
end
function c24061.spop(e,tp,eg,ep,ev,re,r,rp)
......
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